[llvm] [RISCV] Improve cleanup phase of RISCV Insert VSETVLI pass (PR #67144)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 24 11:29:18 PDT 2023
================
@@ -1475,36 +1438,74 @@ void RISCVInsertVSETVLI::doLocalPostpass(MachineBasicBlock &MBB) {
if (!isVectorConfigInstr(MI)) {
doUnion(Used, getDemanded(MI, MRI));
+ // We can't handle the case when the source AVL
----------------
topperc wrote:
This comment line wraps early
https://github.com/llvm/llvm-project/pull/67144
More information about the llvm-commits
mailing list