[llvm] [AMDGPU] Use table strategy for LowerModuleLDSPass at O0 (PR #160181)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 22:54:38 PDT 2025
================
@@ -0,0 +1,264 @@
+; RUN: opt -S -mtriple=amdgcn-- -mcpu=gfx942 -amdgpu-lower-module-lds < %s 2>&1 | FileCheck %s
+; RUN: opt -S -mtriple=amdgcn-- -mcpu=gfx942 -passes=amdgpu-lower-module-lds < %s 2>&1 | FileCheck %s
+
----------------
arsenm wrote:
This test isn't reduced enough. I previously posted a godbolt link which is smaller than this, and I'm sure it can be shrunk further
https://github.com/llvm/llvm-project/pull/160181
More information about the llvm-commits
mailing list