[PATCH] D143578: [VP] Add vp.powi and a pass for expanding vp.powi before DAG.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 16:24:23 PST 2023
fakepaper56 added a comment.
In D143578#4142322 <https://reviews.llvm.org/D143578#4142322>, @craig.topper wrote:
> How do envision sharing this code for llvm.powi. A lot of this code creates VP intrinsics. Do you have an abstraction plan?
My plan is use same expanding function but use true mask for its mask and the elementcount for its evl.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143578/new/
https://reviews.llvm.org/D143578
More information about the llvm-commits
mailing list