forked from OSchip/llvm-project
76cf14035b
This patch adds llvm.fence. I tried not to change the syntax much. syntax: LLVM IR `fence [syncscope("<target-scope>")] <ordering>` MLIR LLVM Dialect `llvm.fence [syncscope("<target-scope>")] <ordering>` example: LLVM IR: `fence syncscope("agent") seq_cst` MLIR: `llvm.fence syncscope("agent") seq_cst` Differential Revision: https://reviews.llvm.org/D75645 |
||
---|---|---|
.. | ||
AffineOps | ||
FxpMathOps | ||
GPU | ||
LLVMIR | ||
Linalg | ||
LoopOps | ||
OpenMP | ||
QuantOps | ||
SDBM | ||
SPIRV | ||
Shape | ||
StandardOps | ||
VectorOps | ||
CMakeLists.txt | ||
Traits.cpp |