[PATCH] D142458: [SPARC] Implement hooks for conditional branch relaxation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 18:27:46 PST 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/Sparc/SparcInstrInfo.cpp:600
+
+  if (Opcode == SP::INLINEASM || Opcode == SP::INLINEASM_BR) {
+    const MachineFunction *MF = MI.getParent()->getParent();
----------------
MI.isInlineAsm()


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142458



More information about the llvm-commits mailing list