llvm-project/llvm/test
Stanislav Mekhanoshin 193c40e966 [InstSimplify] Fold A|B | (A^B) --> A|B
This patch adds the following fold opportunity:
A|B | (A^B) --> A|B

that is reported here : https://bugs.llvm.org/show_bug.cgi?id=52479

https://alive2.llvm.org/ce/z/33-My-

Test cases with base results are added in D113860

(authored by MehrHeidar, committed by rampitec).

Differential Revision:  https://reviews.llvm.org/D113861
2021-11-15 13:49:20 -08:00
..
Analysis [NFC][X86][Costmodel] Improve test coverage for {i8,i16,i32,i64}->i1 vector trunc 2021-11-15 20:46:48 +03:00
Assembler Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes" 2021-11-09 14:27:55 -08:00
Bindings [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
Bitcode [IR] In ConstantFoldShuffleVectorInstruction use zeroinitializer for splats of 0 2021-11-10 09:42:58 +00:00
BugPoint
CodeGen [asm] Correctly handle special names in variants 2021-11-15 15:37:09 -05:00
DebugInfo [DebugInfo] Fix Test Targets in D108261 2021-11-14 21:36:12 -08:00
Demangle [Demangle] Add minimal support for D programming language 2021-11-09 09:29:13 -08:00
Examples [Orc][examples] Re-enable test for LLJITWithRemoteDebugging 2021-10-23 17:01:13 +02:00
ExecutionEngine [llvm-jitlink] Add an explicit -debugger-support option. 2021-11-14 15:46:00 -08:00
Feature [Feature][NFC]Improve test checks to avoid possible false postitive test 2021-11-12 06:28:44 -08:00
FileCheck
Instrumentation [NFC][llvm] Remove uses of blacklist in llvm/test/Instrumentation 2021-11-12 16:44:52 +00:00
Integer
JitListener
LTO [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
Linker [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
MC [SystemZ] Support symbolic displacements. 2021-11-15 16:46:31 -05:00
MachineVerifier
Object [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
ObjectYAML
Other [NFC] Rename GVN -> GVNPass and SROA -> SROAPass 2021-11-09 10:35:58 -08:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
ThinLTO/X86 [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
Transforms [InstSimplify] Fold A|B | (A^B) --> A|B 2021-11-15 13:49:20 -08:00
Unit
Verifier [DebugInfo] Skip ODRUniquing for mismatched tags 2021-10-26 15:28:25 -07:00
YAMLParser
tools [llvm-nm][test] Move X86 lit.local.cfg into the X86 subfolder 2021-11-15 13:04:42 +00:00
.clang-format
CMakeLists.txt Fix test dependencies to add llvm-tli-checker 2021-11-08 17:22:24 -08:00
TestRunner.sh
lit.cfg.py [NFC] Disabled few tests with MemoryWithOrigins 2021-11-04 18:18:03 -07:00
lit.site.cfg.py.in [mlgo][aot] requrie the model is autogenerated for test determinism 2021-10-13 14:02:41 -07:00