[llvm] [LoongArch][NFC] Pre-commit tests for vector ceil,floor,trunc,roundeven (PR #165213)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 27 18:36:26 PDT 2025


================
@@ -0,0 +1,308 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc --mtriple=loongarch32 --mattr=+32s,+lasx < %s | FileCheck %s --check-prefix=CHECK
+; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s --check-prefix=CHECK
----------------
zhaoqi5 wrote:

```suggestion
; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
```

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


More information about the llvm-commits mailing list