[llvm] [LoongArch] Permit auto-vectorization using LSX/LASX with `auto-vec` feature (PR #78943)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 01:35:42 PST 2024


================
@@ -0,0 +1,65 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=loop-vectorize -mtriple loongarch64-linux-gnu -mattr=+lasx,+auto-vec -S 2>&1 | FileCheck %s
----------------
fhahn wrote:

remove `2>&1`, this test doesn't check debug output.

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


More information about the llvm-commits mailing list