[RISCV] Cleanup a few section comments in RISCVInstrInfoVPseudos.td. NFC

This commit is contained in:
Craig Topper 2021-01-08 11:36:24 -08:00
parent 840a2c9783
commit 0875a9da2a
1 changed files with 3 additions and 7 deletions

View File

@ -2389,7 +2389,7 @@ multiclass VPatConversionVF_WF <string intrinsic, string instruction> {
}
//===----------------------------------------------------------------------===//
// Pseudo instructions and patterns.
// Pseudo instructions
//===----------------------------------------------------------------------===//
let Predicates = [HasStdExtV] in {
@ -2459,10 +2459,6 @@ foreach eew = EEWList in {
defm PseudoVLE # eew # FF : VPseudoUSLoad;
}
//===----------------------------------------------------------------------===//
// Pseudo Instructions
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// 12. Vector Integer Arithmetic Instructions
//===----------------------------------------------------------------------===//
@ -2587,7 +2583,7 @@ defm PseudoVWMACCSU : VPseudoTernaryW_VV_VX;
defm PseudoVWMACCUS : VPseudoTernaryW_VX</*IsFloat*/false>;
//===----------------------------------------------------------------------===//
// 12.15. Vector Integer Merge Instructions
// 12.16. Vector Integer Merge Instructions
//===----------------------------------------------------------------------===//
defm PseudoVMERGE : VPseudoBinaryV_VM_XM_IM;
@ -3222,7 +3218,7 @@ defm "" : VPatTernaryW_VV_VX<"int_riscv_vwmaccsu", "PseudoVWMACCSU", AllWidenabl
defm "" : VPatTernaryW_VX<"int_riscv_vwmaccus", "PseudoVWMACCUS", AllWidenableIntVectors>;
//===----------------------------------------------------------------------===//
// 12.15. Vector Integer Merge Instructions
// 12.16. Vector Integer Merge Instructions
//===----------------------------------------------------------------------===//
defm "" : VPatBinaryV_VM_XM_IM<"int_riscv_vmerge", "PseudoVMERGE">;