[llvm] [AArch64][GlobalISel] Added usdot intrinsic support (PR #162615)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 11 09:19:58 PDT 2025
================
@@ -1,41 +1,54 @@
-; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+neon,+i8mm < %s -o -| FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple aarch64-none-linux-gnu -mattr=+neon,+i8mm < %s | FileCheck %s --check-prefixes=CHECK,CHECK-SD
----------------
SpencerAbson wrote:
No need for these `--check-prefixes` parameters if the tests no longer diverge.
https://github.com/llvm/llvm-project/pull/162615
More information about the llvm-commits
mailing list