[llvm] [LoongArch] lower SCALAR_TO_VECTOR to INSERT_VECTOR_ELT (PR #122863)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 02:49:15 PST 2025
================
@@ -0,0 +1,60 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
+
+; Test scalar_to_vector expansion.
----------------
zhaoqi5 wrote:
Two `;` is better.
i.e. `;; Test scalar_to_vector expansion.`
https://github.com/llvm/llvm-project/pull/122863
More information about the llvm-commits
mailing list