1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/lib/Transforms
Nikita Popov ab8f422ef7 [InstCombine] Make indexed compare fold opaque ptr compatible
Rather than relying on pointer type equality (which, for a change,
is silently incorrect with opaque pointers) check that the GEP
source element types match.
2021-06-24 22:33:01 +02:00
..
AggressiveInstCombine [NewPM] Don't mark AA analyses as preserved 2021-05-18 13:49:03 -07:00
CFGuard
Coroutines Partial Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with non-const operands" 2021-06-24 09:46:38 +01:00
Hello
InstCombine [InstCombine] Make indexed compare fold opaque ptr compatible 2021-06-24 22:33:01 +02:00
Instrumentation [hwasan] Respect llvm.asan.globals. 2021-06-23 18:37:00 -07:00
IPO [WPD] Don't optimize calls more than once 2021-06-24 13:28:09 -07:00
ObjCARC [NFC][AA] Prepare to convert AliasResult to class with PartialAlias offset. 2021-04-09 12:54:22 +03:00
Scalar [SimplifyCFG] Tail-merging all blocks with resume terminator 2021-06-24 21:25:06 +03:00
Utils [BuildLibCalls/SimplifyLibCalls] Fix attributes on created CallInst instructions. 2021-06-24 14:47:24 -05:00
Vectorize [LV] Support sinking recipe in replicate region after another region. 2021-06-24 13:58:42 +01:00
CMakeLists.txt