[llvm] [AMDGPU] Skip lowerNonKernelLDSAccesses if function is declaration. (PR #106975)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 22:46:47 PDT 2024
================
@@ -0,0 +1,97 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals all --version 5
+; RUN: opt < %s -passes=amdgpu-sw-lower-lds -S -mtriple=amdgcn-amd-amdhsa | FileCheck %s
----------------
skc7 wrote:
Thanks for feedback. updated in latest commit.
https://github.com/llvm/llvm-project/pull/106975
More information about the llvm-commits
mailing list