[PATCH] D64054: GlobalISel: Add G_FENCE

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 18:21:28 PDT 2019


arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, paquette.
Herald added subscribers: Petar.Avramovic, volkan, jfb, javed.absar, kristof.beyls, rovka, nhaehnle, wdng, jvesely.

The pattern importer is for some reason emitting checks for G_CONSTANT
for the immediate operands.


https://reviews.llvm.org/D64054

Files:
  include/llvm/CodeGen/GlobalISel/IRTranslator.h
  include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  include/llvm/Support/TargetOpcodes.def
  include/llvm/Target/GenericOpcodes.td
  include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  test/CodeGen/AMDGPU/GlobalISel/memory-legalizer-atomic-fence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64054.207453.patch
Type: text/x-patch
Size: 30770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/effa1599/attachment.bin>


More information about the llvm-commits mailing list