[llvm] [VectorCombine] New folding pattern for extract/binop/shuffle chains (PR #145232)

Rajveer Singh Bharadwaj via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 24 05:08:36 PDT 2025


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

Any particular reason to only consider this transformation for `x86`? Also, can't we let the test be there here as well as a general case?

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


More information about the llvm-commits mailing list