[llvm] [LoongArch] Pre-commit test for loop term fold pass & vector sext, zext (PR #131742)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 00:18:18 PDT 2025
================
@@ -0,0 +1,246 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc --mtriple=loongarch64 --mattr=+d,+lsx < %s | FileCheck %s
+
+define void @shuffle_any_ext_2i8_to_2i64(ptr %ptr, ptr %dst) {
----------------
SixWeining wrote:
```suggestion
define void @shuffle_any_ext_2i8_to_2i64(ptr %ptr, ptr %dst) nounwind {
```
https://github.com/llvm/llvm-project/pull/131742
More information about the llvm-commits
mailing list