[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 13:17:06 PST 2023


reames updated this revision to Diff 487963.
reames added a comment.

Cleanup the manual selection since there doesn't appear to be a td means for this.


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

https://reviews.llvm.org/D141408

Files:
  llvm/include/llvm/CodeGen/SelectionDAGISel.h
  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.487963.patch
Type: text/x-patch
Size: 10236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/0d853676/attachment.bin>


More information about the llvm-commits mailing list