[PATCH] D137066: [AMDGPU] Add amdgcn_s_buffer_load_imm intrinsic

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 19:23:55 PDT 2022


arsenm added a comment.

What's the problem with using a constant offset with the existing intrinsic?



================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:4915
     if (BaseOpcode->AtomicX2) {
+
       Register VData1 = MI.getOperand(3).getReg();
----------------
Extra newline


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