[llvm] [AMDGPU] Extended vector promotion to aggregate types. (PR #143784)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 11 18:15:10 PDT 2025


================
@@ -0,0 +1,295 @@
+; 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-to-vector -amdgpu-promote-alloca-to-vector-limit=512 -amdgpu-promote-alloca-to-vector-max-regs=32 %s | FileCheck %s
----------------
shiltian wrote:

Do you really need the two options `-amdgpu-promote-alloca-to-vector-limit=512 -amdgpu-promote-alloca-to-vector-max-regs=32`?

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


More information about the llvm-commits mailing list