[PATCH] D12156: Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.

Balaram Makam via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 11:23:40 PDT 2015


bmakam marked an inline comment as done.
bmakam added a comment.

http://reviews.llvm.org/D12156





More information about the llvm-commits mailing list