[PATCH] D137066: [AMDGPU] Add amdgcn_s_buffer_load_imm intrinsic

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 01:48:14 PDT 2023


piotr added a comment.

In D137066#4198531 <https://reviews.llvm.org/D137066#4198531>, @tsymalla wrote:

> What is the current state of this?

I am now convinced that this is not the right fix.

There is no easy solution available - need to experiment more. Matt suggested taking advantage of addressing mode matching in CodeGenPrepare, but this pass doesn't work for our intrinsics.


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