[PATCH] D115880: [AMDGPU] Generate assertions for lds-atomic-fadd.ll and local-atomics-fp.ll.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 11:11:10 PST 2021


rampitec requested changes to this revision.
rampitec added a comment.
This revision now requires changes to proceed.

It also obscures what is being tested and I do not believe really needed for D115881 <https://reviews.llvm.org/D115881>.



================
Comment at: llvm/test/CodeGen/AMDGPU/local-atomics-fp.ll:8
 define float @lds_atomic_fadd_ret_f32(float addrspace(3)* %ptr) nounwind {
+; GFX9-LABEL: lds_atomic_fadd_ret_f32:
+; GFX9:       ; %bb.0:
----------------
This drops coverage. There is only GFX9 here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115880/new/

https://reviews.llvm.org/D115880



More information about the llvm-commits mailing list