[llvm] [VectorCombine][AMDGPU] Narrow Phi of Shuffles. (PR #140188)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 01:28:58 PDT 2025
================
@@ -0,0 +1,1266 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=vector-combine -S -mtriple=amdgcn-amd-amdhsa | FileCheck %s --check-prefixes=CHECK
+
----------------
RKSimon wrote:
many of these tests aren't currently folding is it possible to use a range of arch targets with different costs to show the diffs?
https://github.com/llvm/llvm-project/pull/140188
More information about the llvm-commits
mailing list