[PATCH] D95800: [RISCV] Make scalable vector FMA commutable for register allocation.

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 12:18:16 PST 2021


jrtc27 added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.cpp:1105
+  return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
+}
+#undef CASE_VFMA_CHANGE_OPCODE_SPLATS
----------------
I'd leave a blank line after this given there's one between the macro definitions and the function


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95800/new/

https://reviews.llvm.org/D95800



More information about the llvm-commits mailing list