[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
Thu May 9 08:40:46 PDT 2024
================
@@ -0,0 +1,100 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
----------------
arsenm wrote:
These should use --check-globals since that's most of the point of the pass
https://github.com/llvm/llvm-project/pull/87265
More information about the llvm-commits
mailing list