1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/unittests/CodeGen/GlobalISel
Matt Arsenault 6f840c2a43 GlobalISel: Use the original flags when lowering fneg to fsub
This was ignoring the flag on fneg, and using the source instruction's
flags. Also fixes tests missing from r358702.

Note the expansion itself isn't correct without nnan, but that should
be fixed separately.

llvm-svn: 363637
2019-06-17 23:48:43 +00:00
..
CMakeLists.txt
CSETest.cpp [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their own CSE configs. 2019-04-15 04:53:46 +00:00
GISelMITest.cpp
GISelMITest.h
LegalizerHelperTest.cpp GlobalISel: Use the original flags when lowering fneg to fsub 2019-06-17 23:48:43 +00:00
LegalizerInfoTest.cpp
MachineIRBuilderTest.cpp GlobalISel: Define integer min/max instructions 2019-05-17 18:36:31 +00:00
PatternMatchTest.cpp [GISel]: Fix pattern matcher for m_OneUse 2019-06-14 17:19:37 +00:00