[PATCH] D12156: Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 07:20:17 PDT 2015
mcrosier added a comment.
Balaram,
Please let me know when you're ready for the patch to land and I'll be happy to commit it on your behalf.
http://reviews.llvm.org/D12156
More information about the llvm-commits
mailing list