1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/unittests/CodeGen/GlobalISel
Quentin Colombet aaf0a6880e [GISel][UnitTest] Fix a bunch of tests that were not doing anything
After r368065, all the tests using GISelMITest must call setUp() before
doing anything, otherwise the TargetMachine is not going to be set up.
A few tests added after that commit were not doing that and ended up
testing effectively nothing.

Fix the setup of all the tests and fix the failing tests.

llvm-svn: 374595
2019-10-11 20:58:26 +00:00
..
CMakeLists.txt [GISel] Refactor and split PatternMatchTest. NFC 2019-10-09 22:10:10 +00:00
ConstantFoldingTest.cpp [GISel] Allow getConstantVRegVal() to return G_FCONSTANT values. 2019-10-10 21:46:26 +00:00
CSETest.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
GISelMITest.cpp
GISelMITest.h [FileCheck] Remove implementation types from API 2019-09-30 14:12:03 +00:00
KnownBitsTest.cpp [GISel][UnitTest] Fix a bunch of tests that were not doing anything 2019-10-11 20:58:26 +00:00
LegalizerHelperTest.cpp Remove leftover MF->dump()'s from r368487 that break release builds 2019-08-09 21:33:31 +00:00
LegalizerInfoTest.cpp
MachineIRBuilderTest.cpp [GISel][UnitTest] Fix a bunch of tests that were not doing anything 2019-10-11 20:58:26 +00:00
PatternMatchTest.cpp [GISel] Refactor and split PatternMatchTest. NFC 2019-10-09 22:10:10 +00:00