[PATCH] D12249: Remove the final bit test during lowering switch statement if all cases in bit test cover a contiguous range.
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 15:56:22 PDT 2015
davidxl added a comment.
The subtraction is generated with your patch? Without your patch, the subtraction is not generated unless the range is outside 64 bit.
http://reviews.llvm.org/D12249
More information about the llvm-commits
mailing list