[llvm] [VectorCombine] Fold vector.interleave2 with two constant splats (PR #125144)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 10:28:55 PST 2025


================
@@ -0,0 +1,14 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -mtriple=riscv64 -mattr=+v,+m,+zvfh %s -passes=vector-combine | FileCheck %s
+; RUN: opt -S -mtriple=riscv32 -mattr=+v,+m,+zvfh %s -passes=vector-combine | FileCheck %s
----------------
mshockwave wrote:

Both are done.

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


More information about the llvm-commits mailing list