[llvm] [AMDGPU] Extend promotion of alloca to vectors (PR #127973)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 02:23:51 PST 2025


================
@@ -0,0 +1,292 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-promote-alloca -disable-promote-alloca-to-lds=1 < %s | FileCheck %s
+
+define amdgpu_kernel void @i32_2d_load_store(ptr %out) {
----------------
perlfu wrote:

Done.

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


More information about the llvm-commits mailing list