[llvm] [LoongArch] Custom lower vector trunc to vector shuffle (PR #130938)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 18:12:41 PDT 2025
================
@@ -0,0 +1,238 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc --mtriple=loongarch64 --mattr=+lsx %s -o - | FileCheck %s
+
+define void @load_trunc_2i64_to_2i32(ptr %ptr, ptr %dst) {
----------------
SixWeining wrote:
add `nounwind` for each function
https://github.com/llvm/llvm-project/pull/130938
More information about the llvm-commits
mailing list