Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AMDGPU/GlobalISel/atomicrmw_uinc_wrap.ll | ||
---|---|---|
70 | There are additional waitcnt instructions in most of the lit pattern changes. Were they regressions earlier? |
llvm/test/CodeGen/AMDGPU/GlobalISel/atomicrmw_uinc_wrap.ll | ||
---|---|---|
70 | Without an ordering passed through to the memory legalizer, these weren’t actually treated as atomics. They were not properly legalized before |
There are additional waitcnt instructions in most of the lit pattern changes. Were they regressions earlier?