[llvm] [SLP][AMDGPU] Vectorize operands of non-trivially-vectorizable intrinsic calls (PR #189784)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 01:57:22 PDT 2026
================
@@ -0,0 +1,361 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=slp-vectorizer -S -mcpu=gfx1250 -mtriple=amdgcn-amd-amdhsa -o - %s | FileCheck %s --check-prefix GCN
+target triple = "amdgcn-amd-amdhsa"
----------------
arsenm wrote:
Redundant with command line, use one or the other
https://github.com/llvm/llvm-project/pull/189784
More information about the llvm-commits
mailing list