[PATCH] D92842: [SelectionDAG] Add Target-Independent Compiler Barrier

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 02:29:44 PDT 2021


lenary added inline comments.


================
Comment at: llvm/include/llvm/Support/TargetOpcodes.def:220
 
+// This is a fence with the singlethread scope. It has a single operand, which
+// is the ordering requested. This instruction has `mayLoad` and `mayStore`, so
----------------
Sorry, I missed this comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92842



More information about the llvm-commits mailing list