[PATCH] D137066: [AMDGPU] Add amdgcn_s_buffer_load_imm intrinsic
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 06:10:13 PDT 2022
nhaehnle added a comment.
I think the question is really: what IR examples are there that could use scalar loads with immediate offsets but don't because instruction selection fails to extract the constant; and why does extracting the constant fail?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137066/new/
https://reviews.llvm.org/D137066
More information about the llvm-commits
mailing list