[PATCH] D106549: [AArch64][SVE] Combine bitcasts to predicate types with vector inserts of loads
JunMa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 20:46:01 PDT 2021
junparser added inline comments.
================
Comment at: llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp:361
Changed |= optimizePTrueIntrinsicCalls(Functions);
+ Changed |= optimizePredicateVectorInsert(Functions);
----------------
shall we need to handle vector_extract as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106549/new/
https://reviews.llvm.org/D106549
More information about the llvm-commits
mailing list