[PATCH] D159368: [RISCV] Remove SEW operand for load/store and SEW-aware pseudos
Michael Maitland via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 08:01:17 PDT 2023
michaelmaitland added a comment.
I wonder if it would be a good idea to add a function `getSEW(MachineInstr)` which gets the SEW from the Opcode or from the Operand, depending on how the pseudo tracks SEW. This indirection would remove the complication of having inconsistent pseudos. WDYT?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159368/new/
https://reviews.llvm.org/D159368
More information about the llvm-commits
mailing list