[llvm] [AMDGPU] Introduce "amdgpu-sw-lower-lds" pass to lower LDS accesses to use device global memory. (PR #87265)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 10:17:49 PDT 2024


================
@@ -0,0 +1,58 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals all --version 4
+; RUN: opt < %s -passes=amdgpu-sw-lower-lds -S -mtriple=amdgcn-- | FileCheck %s
----------------
arsenm wrote:

Should specifically use amdhsa triples for these tests 

https://github.com/llvm/llvm-project/pull/87265


More information about the llvm-commits mailing list