[PATCH] D131561: AMDGPU: Add detailed test buffer global and flat atomic fadd
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 04:44:38 PDT 2022
Petar.Avramovic added a comment.
> The buffer tests could use some cases that need waterfall loops
These already exist in `GlobalISel/llvm.amdgcn.raw.buffer.atomic.fadd.ll` and `GlobalISel/llvm.amdgcn.struct.buffer.atomic.fadd.ll`. I will add gfx11 run lines in another patch.
gfx11 was missing some tests and patterns, I wanted to have exactly one test for each fadd pattern that exists in td file since some patterns were missing regression test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131561/new/
https://reviews.llvm.org/D131561
More information about the llvm-commits
mailing list