1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test
Nikita Popov 2071b043eb [InstCombine] Handle GEP inbounds in select op replacement (PR47730)
When retrying the "simplify with operand replaced" select
optimization without poison flags, also handle inbounds on GEPs.

Of course, this particular example would also be safe to transform
while keeping inbounds, but the underlying machinery does not
know this (yet).
2020-10-05 21:13:02 +02:00
..
Analysis [NFC][SCEV] Add a test with some patterns where we could treat inttoptr/ptrtoint as semi-transparent 2020-10-05 00:05:39 +03:00
Assembler Revert "OpaquePtr: Add type to sret attribute" 2020-09-29 10:31:04 +02:00
Bindings
Bitcode Revert "OpaquePtr: Add type to sret attribute" 2020-09-29 10:31:04 +02:00
BugPoint
CodeGen [SVE][CodeGen] Fix TypeSize/ElementCount related warnings in sve-split-store.ll 2020-10-05 19:27:00 +01:00
DebugInfo Revert "[DebugInfo] Improve dbg preservation in LSR." 2020-10-05 19:02:30 +02:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Stop instrumenting user-defined ELF sections 2020-10-03 19:54:38 +02:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [SystemZ] Add support for .insn directives for vector instructions. 2020-10-05 16:53:13 +02:00
Object [Archive] Don't throw away errors for malformed archive members 2020-10-01 14:03:34 +01:00
ObjectYAML
Other [NewPM] collapsing nested pass mangers of the same type 2020-10-04 15:57:13 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen][GlobalISel] add handling of nested *_SUBREG 2020-10-05 10:42:18 +02:00
ThinLTO/X86
tools [llvm-objcopy][MachO] Add support for universal binaries 2020-10-05 10:44:28 -07:00
Transforms [InstCombine] Handle GEP inbounds in select op replacement (PR47730) 2020-10-05 21:13:02 +02:00
Unit
Verifier Revert "OpaquePtr: Add type to sret attribute" 2020-09-29 10:31:04 +02:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh