[llvm] [AMDGPU] Promote nestedGEP allocas to vectors (PR #141199)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri May 23 01:16:07 PDT 2025
================
@@ -0,0 +1,55 @@
+; 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 < %s | FileCheck %s
+target triple = "amdgcn-amd-amdhsa"
----------------
arsenm wrote:
Redundant with the triple on the run line, remove one or the other
https://github.com/llvm/llvm-project/pull/141199
More information about the llvm-commits
mailing list