- Refactor SIMemOpInfo's constructors
- Allow construction of NotAtomic SIMemOpInfo
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM except for suggested added comments.
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | ||
---|---|---|
195 | 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. |
Suggest comment along the lines:
Same comment for other factory methods.