[PATCH] D46946: [X86] Lowering shift intrinsics to native IR

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 13:33:51 PDT 2018


craig.topper added a comment.

I fear that LICM is going to separate this pattern if its used in a loop and then isel won't be able to see the whole pattern.


Repository:
  rL LLVM

https://reviews.llvm.org/D46946





More information about the llvm-commits mailing list