llvm-project/llvm/unittests/CodeGen/GlobalISel
Jessica Paquette 704b2e162c [GlobalISel] Add isConstFalseVal helper to Utils
Add a utility function which returns true if the given value is a constant
false value.

This is necessary to port one of the compare simplifications in
TargetLowering::SimplifySetCC.

Differential Revision: https://reviews.llvm.org/D91754
2022-09-28 15:44:26 -07:00
..
CMakeLists.txt [GlobalISel] Add a store-merging optimization pass and enable for AArch64. 2021-11-15 21:10:39 -08:00
CSETest.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
ConstantFoldingTest.cpp [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
GISelAliasTest.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
GISelMITest.cpp
GISelMITest.h Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
GISelUtilsTest.cpp [GlobalISel] Add isConstFalseVal helper to Utils 2022-09-28 15:44:26 -07:00
KnownBitsTest.cpp [GlobalISel] Enforce G_ASSERT_ALIGN to have a valid alignment > 0. 2022-09-22 16:05:07 +01:00
KnownBitsVectorTest.cpp GlobalISel: Implement computeKnownBits for overflow bool results 2022-04-11 19:43:37 -04:00
LegalizerHelperTest.cpp [GIsel] Add missing libcall for G_MUL to LegalizerHelper 2022-08-02 13:35:25 -04:00
LegalizerInfoTest.cpp [GlobalISel][Legalizer] Fix minScalarEltSameAsIf to handle p0 element types. 2022-09-13 00:01:37 +01:00
LegalizerTest.cpp
MachineIRBuilderTest.cpp
PatternMatchTest.cpp [GlobalISel] Handle constant splat in funnel shift combine 2022-05-16 16:03:30 +05:30