Add scope, order, isVolatile
Details
Details
Diff Detail
Diff Detail
Event Timeline
include/llvm/IR/IntrinsicsAMDGPU.td | ||
---|---|---|
253–255 | atomicrmw has these fields in the following order: should we mirror it in the same order? |
include/llvm/IR/IntrinsicsAMDGPU.td | ||
---|---|---|
253–255 | In the text format volatile is placed before the normal pointer arguments, which I don't think we should do. It is a useful convention to keep the pointer argument first which matches loads |
atomicrmw has these fields in the following order:
[volatile], [singlethread], <ordering>
should we mirror it in the same order?