[llvm] [VectorCombine] foldPermuteOfBinops - support multi-use binary ops and operands in shuffle folding (PR #173153)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 22 02:30:47 PST 2025
================
@@ -0,0 +1,42 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=vector-combine -S -mtriple=x86_64-- -mcpu=haswell < %s | FileCheck %s
+
----------------
RKSimon wrote:
add these tests to permute-of-binops.ll instead of a new file
https://github.com/llvm/llvm-project/pull/173153
More information about the llvm-commits
mailing list