[PATCH] D154972: [amdgpu][lds] Fix missing markUsedByKernel calls

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 16:23:19 PDT 2023


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

Add the fixes # thing to the commit message so it gets auto closed



================
Comment at: llvm/test/CodeGen/AMDGPU/lower-module-lds-all-indirect-accesses.ll:3
+; RUN: opt -S -mtriple=amdgcn-- -passes=amdgpu-lower-module-lds --amdgpu-lower-module-lds-strategy=hybrid < %s | FileCheck %s
+
+ at A = external addrspace(3) global [8 x ptr]
----------------
Add comment explaining the test and link to the issue?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154972/new/

https://reviews.llvm.org/D154972



More information about the llvm-commits mailing list