1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Roman Lebedev f3176525e6 [SCEV] SCEVPtrToIntExpr simplifications
If we've got an SCEVPtrToIntExpr(op), where op is not an SCEVUnknown,
we want to sink the SCEVPtrToIntExpr into an operand,
so that the operation is performed on integers,
and eventually we end up with just an `SCEVPtrToIntExpr(SCEVUnknown)`.

Reviewed By: mkazantsev

Differential Revision: https://reviews.llvm.org/D89692
2020-10-30 11:13:35 +03:00
..
Analysis [SCEV] SCEVPtrToIntExpr simplifications 2020-10-30 11:13:35 +03:00
Assembler
Bindings C API: support scalable vectors 2020-10-28 18:19:34 -04:00
Bitcode [DebugInfo] Support for DW_TAG_generic_subrange 2020-10-29 01:34:15 +05:30
BugPoint
CodeGen [Hexagon] Handle additional shuffles that can be made perfect 2020-10-29 19:09:00 -05:00
DebugInfo [NFC] Add more tests for DISubprogram verifier 2020-10-29 15:40:55 +00:00
Demangle
Examples
ExecutionEngine
Feature [test] Delete Feature/load_module.ll which is covered by load_extension.ll 2020-10-27 12:50:53 -07:00
FileCheck
Instrumentation
Integer
JitListener
Linker [test] Fix unused check prefixes in test/Linker/ and test/Other/ 2020-10-29 21:54:56 -07:00
LTO
MachineVerifier
MC [mips] Implement add.ps, mul.ps and sub.ps 2020-10-30 10:59:15 +03:00
Object [AMDGPU] Add missing support for targets 2020-10-27 15:36:31 +00:00
ObjectYAML
Other [SCEV] Introduce SCEVPtrToIntExpr (PR46786) 2020-10-30 11:13:35 +03:00
Reduce [llvm-reduce] Add reduction for aliases. 2020-10-28 13:11:19 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [openmp][openacc] Check for duplicate clauses for directive 2020-10-28 15:12:38 -04:00
ThinLTO/X86 [test] Make ThinLTO/X86/crash_debuginfo.ll work with -enable-new-pm=1 2020-10-27 12:37:19 -07:00
tools [llvm-readobj][test][NFC] - Use "--check-prefix" instead of "--check-prefixes". 2020-10-30 09:50:59 +03:00
Transforms [SCEV] SCEVPtrToIntExpr simplifications 2020-10-30 11:13:35 +03:00
Unit
Verifier [DebugInfo] Support for DW_TAG_generic_subrange 2020-10-29 01:34:15 +05:30
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh