[PATCH] D33616: [MS] Fix _bittest* intrinsics for values bigger than 31
David Majnemer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 15:36:52 PDT 2017
majnemer added a comment.
Do you really want to be doing signed division here? Because it is signed, it won't turn into the simple bitshifts and masks that one might expect.
https://reviews.llvm.org/D33616
More information about the cfe-commits
mailing list