OSDN Git Service

[GISel]: Pattern matchers for GFSUB, GFNEG
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 31 May 2018 19:30:01 +0000 (19:30 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 31 May 2018 19:30:01 +0000 (19:30 +0000)
commit9f5837ba985e6f1de0d60900ab8fc9c5807ccb85
treedfb88e9e7c26fd29debcdcf5a3e60e40588c8b24
parente9015c77605278e4650908cfa5491e3badc58e75
[GISel]: Pattern matchers for GFSUB, GFNEG

https://reviews.llvm.org/D47547

Add matching templates for G_FSUB, and G_FNEG.

Reviewed by: aemerson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333685 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp