[PATCH] D90112: [VE] Support atomic fence

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 24 20:44:39 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, jfb, hiraditya.
kaz7 requested review of this revision.

Support atomic fence instruction and add a regression test.
Add MEMBARRIER pseudo insturction also to use it as a barrier
against to the compiler optimizations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90112

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/atomic_fence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90112.300523.patch
Type: text/x-patch
Size: 7273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201025/91dd442e/attachment.bin>


More information about the llvm-commits mailing list