[PATCH] D47019: [X86] Lowering rotation intrinsics to native IR
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 18 05:35:41 PDT 2018
RKSimon added inline comments.
================
Comment at: lib/Transforms/InstCombine/InstCombineCalls.cpp:2544
+ case Intrinsic::x86_avx512_mask_prorv_q_512:
+ if (Value *V = simplifyX86Rotate(*II, Builder))
+ return replaceInstUsesWith(*II, V);
----------------
XOP handling?
Repository:
rL LLVM
https://reviews.llvm.org/D47019
More information about the llvm-commits
mailing list