1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests/CodeGen
Hans Wennborg aca27c6ef0 Revert "GlobalISel: Make LLT constructors constexpr"
This reverts commit 5a95be22d248be654b992dfb25e3850dbb182a14.

It causes GCC 5.3 to segfault:

In file included from /work/llvm.monorepo/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:357:0:                                               lib/Target/AArch64/AArch64GenGlobalISel.inc:189:17:   in constexpr expansion of ‘llvm::LLT::scalar(16u)’
lib/Target/AArch64/AArch64GenGlobalISel.inc:205:1: internal compiler error: Segmentation fault
2020-06-17 15:31:12 +02:00
..
GlobalISel [GISel][NFC]: Add unit test for clarifying CSE behavior 2020-06-11 12:49:41 -07:00
AArch64SelectionDAGTest.cpp [CodeGen] Let computeKnownBits do something sensible for scalable vectors 2020-06-11 08:17:11 +01:00
CMakeLists.txt
DIEHashTest.cpp
LexicalScopesTest.cpp
LowLevelTypeTest.cpp Revert "GlobalISel: Make LLT constructors constexpr" 2020-06-17 15:31:12 +02:00
MachineInstrBundleIteratorTest.cpp
MachineInstrTest.cpp
MachineOperandTest.cpp
MFCommon.inc
ScalableVectorMVTsTest.cpp
TargetOptionsTest.cpp
TypeTraitsTest.cpp