[llvm] [VectorCombine] Scalarize binop-like intrinsics (PR #138095)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 14 08:57:24 PDT 2025


================
@@ -0,0 +1,122 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -S -p vector-combine | FileCheck %s
+
----------------
RKSimon wrote:

do we have any tests that we can get different results based off costs? might need to be moved into a specific target?

https://github.com/llvm/llvm-project/pull/138095


More information about the llvm-commits mailing list