1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/Transforms
Florian Hahn 4d0e92ae7b [InstCombin] Avoid nested Create calls, to guarantee order.
The original code allowed creating the != checks in unpredictable order,
causing http://lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/34014
to fail.
2020-02-18 09:44:11 +01:00
..
AggressiveInstCombine Revert "[AggressiveInstCombine] Add support for ICmp instr that feeds a select intsr's condition operand." 2020-02-12 15:04:49 +02:00
CFGuard Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
Coroutines Revert new pass manager coro-split and coro-elide 2020-02-17 23:55:10 -05:00
Hello
InstCombine [InstCombin] Avoid nested Create calls, to guarantee order. 2020-02-18 09:44:11 +01:00
Instrumentation [IRBuilder] Delete copy constructor 2020-02-17 18:14:48 +01:00
IPO [HotColdSplit] Mark entire function cold when entry block is cold 2020-02-17 15:57:50 -08:00
ObjCARC [ObjC][ARC] Keep track of phis that have been discovered to avoid an 2020-02-07 20:33:11 -08:00
Scalar LowerMatrixIntrinsics: Avoid use of deprecated CreateCall methods 2020-02-18 00:24:09 +01:00
Utils [Attributor] Derive memory location attributes (argmemonly, ...) 2020-02-14 19:05:51 -06:00
Vectorize Strength reduce vectors into arrays. NFCI. 2020-02-17 15:37:35 +01:00
CMakeLists.txt
LLVMBuild.txt