[PATCH] D50924: [CodeGen] add rotate builtins

Sanjay Patel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 17 14:14:45 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D50924#1204772, @rnk wrote:

> Do you mind updating the _rotl* and _rotr* intrinsics to use the same codegen? They're right above in the switch.


Sure - I didn't know about those.


https://reviews.llvm.org/D50924





More information about the cfe-commits mailing list