- Refactor SIMemOpInfo's constructors
- Allow construction of NotAtomic SIMemOpInfo
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM except for suggested added comments.
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | ||
---|---|---|
195 ↗ | (On Diff #113585) | Suggest comment along the lines: // Since machine memory operands are optional, if not present have to conservatively assume the worst case of a sequentially consistent system scope atomic. Same comment for other factory methods. |