[llvm] [AArch64][GlobalISel] Added usdot intrinsic support (PR #162615)
Joshua Rodriguez via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 08:47:55 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
----------------
JoshdRod wrote:
Apologies @SpencerAbson, I misread your comment and removed only the "Note" from the top of the file. Fixed now :)
https://github.com/llvm/llvm-project/pull/162615
More information about the llvm-commits
mailing list