[llvm] [AArch64][GlobalISel] Added usdot intrinsic support (PR #162615)
Usha Gupta via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 08:01:09 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
----------------
usha1830 wrote:
@JoshdRod Seems like you removed the "Note" from top instead of bottom of the file.
https://github.com/llvm/llvm-project/pull/162615
More information about the llvm-commits
mailing list