[llvm] [VectorCombine] Add foldShuffleOfIntrinsics. (PR #106502)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 03:55:00 PDT 2024
================
@@ -0,0 +1,81 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=vector-combine -S %s | FileCheck %s
----------------
RKSimon wrote:
You're running tests for a fold that uses a cost function comparison without a triple / cpu target?
https://github.com/llvm/llvm-project/pull/106502
More information about the llvm-commits
mailing list