1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms
Jakub Kuderski 51e1d27f30 Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"
This reverts commit r311039. The patch caused the
`test/Bindings/OCaml/Output/scalar_opts.ml` to fail.

llvm-svn: 311049
2017-08-16 22:10:53 +00:00
..
Coroutines Remove inline keyword from inline classof methods 2017-06-29 19:35:17 +00:00
Hello
InstCombine [InstCombine] Make folding (X >s -1) ? C1 : C2 --> ((X >>s 31) & (C2 - C1)) + C1 support splat vectors 2017-08-16 21:52:07 +00:00
Instrumentation Add missing dependency in ICP. (NFC) 2017-08-14 23:25:21 +00:00
IPO Add strictfp attribute to prevent unwanted optimizations of libm calls 2017-08-14 21:15:13 +00:00
ObjCARC Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Scalar Revert "[ADCE][Dominators] Teach ADCE to preserve dominators" 2017-08-16 22:10:53 +00:00
Utils Merge debug info when hoist then-else code to if. 2017-08-16 01:55:26 +00:00
Vectorize Fix -Wunused-lambda-capture for Release build. 2017-08-15 17:39:35 +00:00
CMakeLists.txt
LLVMBuild.txt