================ @@ -757,7 +757,8 @@ class RISCVInsertVSETVLI : public MachineFunctionPass { bool computeVLVTYPEChanges(const MachineBasicBlock &MBB, VSETVLIInfo &Info) const; void computeIncomingVLVTYPE(const MachineBasicBlock &MBB); - void emitVSETVLIs(MachineBasicBlock &MBB); + void emitVSETVLIs(MachineBasicBlock &MBB, + SmallVectorImpl<MachineInstr *> &PossiblyDeadVLInstrs); ---------------- dtcxzyw wrote:
I don't think it is a typo. https://github.com/llvm/llvm-project/pull/65934 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits