[RISCV] Untabify THMulAccumulate_rr. NFC.
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>
Tue, 14 Feb 2023 19:28:48 +0000 (20:28 +0100)
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>
Tue, 14 Feb 2023 19:28:48 +0000 (20:28 +0100)
llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td

index 679eaed..e3dbc67 100644 (file)
@@ -91,8 +91,8 @@ let Predicates = [HasVendorXTHeadMac], DecoderNamespace = "THeadMac",
     hasSideEffects = 0, mayLoad = 0, mayStore = 0, isCommutable = 1 in
 class THMulAccumulate_rr<bits<7> funct7, string opcodestr>
     : RVInstR<funct7, 0b001, OPC_CUSTOM_0, (outs GPR:$rd_wb),
-             (ins GPR:$rd, GPR:$rs1, GPR:$rs2),
-             opcodestr, "$rd, $rs1, $rs2"> {
+              (ins GPR:$rd, GPR:$rs1, GPR:$rs2),
+              opcodestr, "$rd, $rs1, $rs2"> {
   let Constraints = "$rd_wb = $rd";
 }