[llvm] [VectorCombine] Fold vector.interleave2 with two constant splats (PR #125144)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 00:03:26 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
----------------
topperc wrote:
Maybe test to make sure we don't do i64->i128 too.
https://github.com/llvm/llvm-project/pull/125144
More information about the llvm-commits
mailing list