[llvm] [RISCV] enable VTYPE before whole RVVReg move (PR #117866)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 27 13:43:25 PST 2024
================
@@ -922,6 +922,7 @@ class RISCVInsertVSETVLI : public MachineFunctionPass {
VSETVLIInfo getInfoForVSETVLI(const MachineInstr &MI) const;
VSETVLIInfo computeInfoForInstr(const MachineInstr &MI) const;
void forwardVSETVLIAVL(VSETVLIInfo &Info) const;
+ void enableVTYPEBeforeMove(MachineBasicBlock &MBB);
----------------
topperc wrote:
"enable" is an odd word choice here.
https://github.com/llvm/llvm-project/pull/117866
More information about the llvm-commits
mailing list