[PATCH] D84252: [amdgpu] Run SROA after loop unrolling.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 12:28:37 PDT 2020
rampitec added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/extra-sroa-after-unroll.ll:9
+; O2-NOT: alloca
+; O3-NOT: alloca
+define protected amdgpu_kernel void @t0(i32 addrspace(1)* %p.coerce) #0 {
----------------
You need to check something with a non-negative pattern.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84252/new/
https://reviews.llvm.org/D84252
More information about the llvm-commits
mailing list