[llvm] [VectorCombine] Add foldShuffleOfIntrinsics. (PR #106502)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 01:01:17 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
----------------
davemgreen wrote:
It will mean it will take the cost model of whatever the native machine is (ppc, arm, x86, etc etc), which could give different results on different machines.
https://github.com/llvm/llvm-project/pull/106502
More information about the llvm-commits
mailing list