[PATCH] D158487: [PowerPC][altivec] Optimize codegen of vec_promote
Kai Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 23 18:50:46 PDT 2023
lkail added a comment.
> but it might be a good idea to improve codegen for the insert which might be more common.
Yes. Usually `insertelement` is transformed to `BUILD_VECTOR` is SDAG, currently we don't have much optimization for `BUILD_VECTOR` in special patterns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158487/new/
https://reviews.llvm.org/D158487
More information about the cfe-commits
mailing list