[PATCH] D12210: [InstCombine] Transform A & (L - 1) u< L --> L != 0
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 15:39:28 PDT 2015
sanjoy added a comment.
Hi All,
I've checked in a fixed version in http://reviews.llvm.org/rL245753.
I was able to locally do a 3 stage bootstrap of clang with this
change, so hopefully there should be no more issues, but I'll keep an
eye on http://bb.pgr.jp/builders/clang-3stage-i686-linux till it sees
my change.
- Sanjoy
Repository:
rL LLVM
http://reviews.llvm.org/D12210
More information about the llvm-commits
mailing list