[llvm] [LoongArch] use TypeWidenVector for most illegal vector types (PR #126456)

Lu Weining via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 20:19:43 PST 2025


================
@@ -0,0 +1,322 @@
+; 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_sext_2i8_to_2i64(ptr%ptr, ptr%dst) {
----------------
SixWeining wrote:

```suggestion
define void @load_sext_2i8_to_2i64(ptr %ptr, ptr %dst) {
```

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


More information about the llvm-commits mailing list