Also disables global atomic fmin/fmax x2 patterns on gfx11
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AMDGPU/fp-min-max-flat-atomics-f64.ll | ||
---|---|---|
4 | Add prefix GCN to both lines, that way autogenerated checks will be common for SDAG and ISel if match. Here and in other tests. |
Comment Actions
- gfx11 has no x2/f64 insts so global_atomic_*_x2 patterns are no longer in isGFX10Plus group (new test for gfx10 only: fp-min-max-global-atomics-f64.ll)
- updated tests so they would better match with common check lines
llvm/test/CodeGen/AMDGPU/fp-min-max-flat-atomics-f64.ll | ||
---|---|---|
4 | Added common GFX10 and GFX11 check labels across tests because SDAG and GISel can match. Instruction was renamed for GFX11 so I did not add GCN label for all. |
Use explicit -global-isel=0