[PATCH] D141408: [CodeGen] Introduce a generic MEMBARRIER instruction [mostly-nfc]

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 10:36:29 PST 2023


reames updated this revision to Diff 487882.
reames added a comment.
Herald added subscribers: pcwang-thead, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, niosHD, sabuasal, simoncook, johnrusso, rbar, arichardson.

Rebase, and add RISCV since the change to add MEMBARRIER landed.


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

https://reviews.llvm.org/D141408

Files:
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/Target.td
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  llvm/lib/Target/SystemZ/SystemZInstrInfo.td
  llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/lib/Target/XCore/XCoreInstrInfo.td
  llvm/test/CodeGen/X86/atomic-idempotent.ll
  llvm/unittests/MIR/MachineMetadata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141408.487882.patch
Type: text/x-patch
Size: 9540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/1efe78bb/attachment.bin>


More information about the llvm-commits mailing list