[PATCH] D116664: [AArch64] Improve codegen for get.active.lane.mask when SVE is available
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 10:49:29 PST 2022
efriedma added a comment.
I'm not sure the testcases actually illustrate the cases we care about. Generally, I would expect the result of llvm.get.active.lane.mask() to be used in a select instruction, or a masked load, or something like that. And in that case, I'm not sure the way you're choosing the VT is appropriate; the instruction using the mask is probably not going to expect a 64-bit vector.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116664/new/
https://reviews.llvm.org/D116664
More information about the llvm-commits
mailing list