[PATCH] D105192: [AMDGPU] Optimize VGPR LiveRange in waterfall loops
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 07:44:23 PDT 2021
sebastian-ne added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/indirect-call.ll:620
+
+define i32 @test_indirect_call_vgpr_ptr_arg_and_reuse(i32 %i, void(i32)* %fptr) {
+; GCN-LABEL: test_indirect_call_vgpr_ptr_arg_and_reuse:
----------------
foad wrote:
> Maybe precommit this new test (no review required)?
I just tried it, there is no difference for this test with or without this patch.
So, not sure if it’s worth adding, but it shows a (still) suboptimal case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105192/new/
https://reviews.llvm.org/D105192
More information about the llvm-commits
mailing list