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

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 07:04:52 PDT 2024


================
@@ -0,0 +1,1335 @@
+//===-- AMDGPUSwLowerLDS.cpp -----------------------------------------===//
----------------
kosarev wrote:

The file seems to have the exec permission bits raised (typically happens when new files are created and merged on Windows).

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


More information about the llvm-commits mailing list