[PATCH] D118661: [AMDGPU] Check atomics aliasing in the clobbering annotation
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 15:44:14 PST 2022
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp:125
+ // Ignore atomics not aliasing with the original load, any atomic is a
+ // unversal MemoryDef from MSSA's point of view too, just like a fence.
+ if (AA) {
----------------
Typo unversal
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118661/new/
https://reviews.llvm.org/D118661
More information about the llvm-commits
mailing list