[llvm] [VectorCombine] Add foldShuffleOfIntrinsics. (PR #106502)
Han-Kuan Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 1 23:27:11 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
----------------
HanKuanChen wrote:
Is this a bad idea? Different CPUs may have different cost model, but the optimization should be good.
https://github.com/llvm/llvm-project/pull/106502
More information about the llvm-commits
mailing list