[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
Mon Jul 26 19:47:46 PDT 2021
junparser added inline comments.
================
Comment at: llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp:294
+ std::tie(MinSVEVectorSize, MaxSVEVectorSize) = Attr.getVScaleRangeArgs();
+ if (MinSVEVectorSize != MaxSVEVectorSize && MaxSVEVectorSize != 0)
+ continue;
----------------
Why do we disable differing vscale min/max? I donot see any difference between vscale_range(4,0) and vscale_range(4,6).
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