[llvm] [AMDGPU] Skip lowerNonKernelLDSAccesses if function is declaration. (PR #106975)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 22:38:43 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
----------------
arsenm wrote:
< %s to the end
https://github.com/llvm/llvm-project/pull/106975
More information about the llvm-commits
mailing list