[llvm] [RISCV] enable VTYPE before whole RVVReg move (PR #117866)
Piyou Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 22:37:39 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);
----------------
BeMg wrote:
Updated.
https://github.com/llvm/llvm-project/pull/117866
More information about the llvm-commits
mailing list