1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Transforms
Roman Lebedev 04c20d128a Revert rL334371 / D47980: "[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)"
test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll broke,
and i did not notice because i did not build that backend.

llvm-svn: 334373
2018-06-10 20:32:03 +00:00
..
AggressiveInstCombine Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
Coroutines Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
Hello
InstCombine Revert rL334371 / D47980: "[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)" 2018-06-10 20:32:03 +00:00
Instrumentation [asan] Instrument comdat globals on COFF targets 2018-06-08 18:33:16 +00:00
IPO [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC) 2018-06-06 22:22:01 +00:00
ObjCARC Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
Scalar Use SmallPtrSet instead of SmallSet in places where we iterate over the set. 2018-06-09 05:04:20 +00:00
Utils Use SmallPtrSet instead of SmallSet in places where we iterate over the set. 2018-06-09 05:04:20 +00:00
Vectorize Use SmallPtrSet instead of SmallSet in places where we iterate over the set. 2018-06-09 05:04:20 +00:00
CMakeLists.txt
LLVMBuild.txt