[PATCH] D49606: [ms] Add __shiftleft128 / __shiftright128 intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 20 14:01:41 PDT 2018


craig.topper added a comment.

The only weird thing that I can really think of with the C version is that the 'and' on the shift amount might get hoisted out of a loop and not get dropped during isel.


https://reviews.llvm.org/D49606





More information about the cfe-commits mailing list