1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/unittests/CodeGen
Jessica Paquette 3b906a1bea [GlobalISel] Add convenience matchers for nots and all-ones constants
Add a convenience matcher which handles

```
G_XOR %not_reg, -1
```

And a convenience matcher which returns true if an integer constant is
all-ones.

Differential Revision: https://reviews.llvm.org/D91459
2020-11-13 13:54:08 -08:00
..
GlobalISel [GlobalISel] Add convenience matchers for nots and all-ones constants 2020-11-13 13:54:08 -08:00
AArch64SelectionDAGTest.cpp Fix some signed/unsigned comparison gcc warnings from D87930 2020-10-24 12:51:51 +01:00
AllocationOrderTest.cpp [NFC][regalloc] Separate iteration from AllocationOrder 2020-10-05 16:13:18 -07:00
AsmPrinterDwarfTest.cpp make the AsmPrinterHandler array public 2020-11-03 10:02:09 -05:00
CMakeLists.txt [NFC][regalloc] Unit test for AllocationOrder iteration. 2020-09-29 10:48:07 -07:00
DIEHashTest.cpp [DebugInfo] Simplify DIEInteger::SizeOf(). 2020-09-17 12:47:38 +07:00
DIETest.cpp
LexicalScopesTest.cpp
LowLevelTypeTest.cpp
MachineInstrBundleIteratorTest.cpp
MachineInstrTest.cpp
MachineOperandTest.cpp
MFCommon.inc
PassManagerTest.cpp
ScalableVectorMVTsTest.cpp [SVE] Remove reliance on TypeSize comparison operators in unit tests 2020-10-21 08:05:55 +01:00
TargetOptionsTest.cpp
TestAsmPrinter.cpp
TestAsmPrinter.h make the AsmPrinterHandler array public 2020-11-03 10:02:09 -05:00
TypeTraitsTest.cpp