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

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 02:42:26 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
+
----------------
lukel97 wrote:

Good point, I've added a test that shows a difference in costs between sse/avx in f493fb7dbacd2e50e6fa5e3a0baa7b029ed6c071

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


More information about the llvm-commits mailing list