[PATCH] D157495: [WIP] Run SimplifyCFG from Atomic-Expand on CAS loop blocks.
Pravin Jagtap via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 19:16:48 PDT 2023
pravinjagtap added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmin.ll:3196
- %id.x = call i32 @llvm.amdgcn.workitem.id.x()
- %divValue = bitcast i32 %id.x to float
- %result = atomicrmw fmin ptr addrspace(1) %ptr, float %divValue syncscope("agent") monotonic, align 4
----------------
arsenm wrote:
> Why were these tests deleted?
I was trying to pre-commit these tests through D157712
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157495/new/
https://reviews.llvm.org/D157495
More information about the llvm-commits
mailing list