1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/Transforms
Florian Hahn d5068f51ec [DSE,MSSA] Check if Def is removable only wen we try to remove it.
Non-removable MemoryDefs can still eliminate other defs. Update the
isRemovable checks to only candidates for removal.
2020-06-25 14:01:10 +01:00
..
AggressiveInstCombine [NFCI][AggressiveInstCombiner] Add STATISTIC()s for transforms 2020-06-13 23:53:16 +03:00
CFGuard Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
Coroutines CoroSplit: Fix coroutine splitting for retcon and retcon.once 2020-06-03 12:10:58 -07:00
Hello
InstCombine [AssumeBundles] Use operand bundles to encode alignment assumptions 2020-06-25 12:59:44 +02:00
Instrumentation [ASan][MSan] Remove EmptyAsm and set the CallInst to nomerge to avoid from merging. 2020-06-23 14:22:53 -07:00
IPO [SVE] Remove calls to VectorType::getNumElements from IPO 2020-06-24 13:38:51 -07:00
ObjCARC ObjCARC.h - remove unnecessary includes. NFC. 2020-06-24 12:30:59 +01:00
Scalar [DSE,MSSA] Check if Def is removable only wen we try to remove it. 2020-06-25 14:01:10 +01:00
Utils Local.h - reduce includes to forward declarations. NFC. 2020-06-24 19:27:37 +01:00
Vectorize [NFCI][CostModel] Add const to Value*. 2020-06-24 23:16:08 +03:00
CMakeLists.txt
LLVMBuild.txt