Bug 28232: https://bugs.llvm.org/show_bug.cgi?id=28232
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lib/Target/AMDGPU/BUFInstructions.td | ||
---|---|---|
2022 ↗ | (On Diff #224329) | Looks like this comment is no longer irrelevant? |
lib/Target/AMDGPU/BUFInstructions.td | ||
---|---|---|
2022 ↗ | (On Diff #224329) | I'm not sure if it is still relevant - I do not understand why FCMPSWAP_X2 is special. Doc states that "If the buffer instruction uses an SGPR for its offset, there is no data hazard." This condition is checked by GCNHazardRecognizer, but it affects all BUF opcodes, not only FCMPSWAP_X2. |