craig.topper requested changes to this revision. craig.topper added inline comments. This revision now requires changes to proceed.
================ Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:1315 vti.RegClass:$merge, vti.RegClass:$rs2, vti.RegClass:$rs1, - vti.Mask:$vm, GPR:$vl, vti.Log2SEW)>; + vti.Mask:$vm, GPR:$vl, vti.Log2SEW, TAIL_AGNOSTIC)>; ---------------- This should be TAIL_UNDISTURBED. It has a $merge operand ================ Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:1327 vti.RegClass:$merge, vti.RegClass:$rs2, uimm5:$imm, - vti.Mask:$vm, GPR:$vl, vti.Log2SEW)>; + vti.Mask:$vm, GPR:$vl, vti.Log2SEW, TAIL_AGNOSTIC)>; ---------------- Same here ================ Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:1354 vti.RegClass:$merge, vti.RegClass:$rs2, ivti.RegClass:$rs1, - vti.Mask:$vm, GPR:$vl, vti.Log2SEW)>; + vti.Mask:$vm, GPR:$vl, vti.Log2SEW, TAIL_AGNOSTIC)>; } ---------------- And here ================ Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:1410 vti.RegClass:$merge, vti.RegClass:$rs2, uimm5:$imm, - vti.Mask:$vm, GPR:$vl, vti.Log2SEW)>; + vti.Mask:$vm, GPR:$vl, vti.Log2SEW, TAIL_AGNOSTIC)>; ---------------- And here ================ Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:1436 vti.RegClass:$merge, vti.RegClass:$rs2, ivti.RegClass:$rs1, - vti.Mask:$vm, GPR:$vl, vti.Log2SEW)>; + vti.Mask:$vm, GPR:$vl, vti.Log2SEW, TAIL_AGNOSTIC)>; } ---------------- And here Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105092/new/ https://reviews.llvm.org/D105092 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits