[llvm] [AArch64] Fold scalar-to-vector shuffles into DUP/FMOV (PR #166962)

Amina Chabane via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 16:09:25 PST 2025


================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-linux-gnu -o - %s | FileCheck %s
+
+define <2 x i64> @low_vector_splat_v2i64_from_i64(i64 %0){
----------------
Amichaxx wrote:

Added, thanks.

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


More information about the llvm-commits mailing list