[PATCH] D12156: Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 10:27:28 PDT 2015
majnemer added a comment.
Please add more context to the diff.
http://reviews.llvm.org/D12156
More information about the llvm-commits
mailing list