[PATCH] D58802: [AMDGPU] Mark ds instructions as meybeAtomic
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 09:42:18 PST 2019
arsenm added inline comments.
================
Comment at: llvm/trunk/lib/Target/AMDGPU/DSInstructions.td:21
let mayStore = 1;
+ let maybeAtomic = 1;
----------------
Doesn't this need to be overridden for things like swizzle, and for the sub-dword sized operations?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58802/new/
https://reviews.llvm.org/D58802
More information about the llvm-commits
mailing list