[PATCH] D99367: [RISCV] When custom iseling masked loads/stores, copy the mask into V0 instead of virtual register.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 01:46:37 PDT 2021
frasercrmck accepted this revision.
frasercrmck added a comment.
LGTM too. I think helper functions would be interesting; I'd lean towards higher-level ones as you suggest. Otherwise it's a bit finicky with all the operands and returns going about the place.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99367/new/
https://reviews.llvm.org/D99367
More information about the llvm-commits
mailing list