We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e228f commit 6f07f30Copy full SHA for 6f07f30
llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll
@@ -1,7 +1,6 @@
1
-; RUN: opt -lower-matrix-intrinsics -pass-remarks=lower-matrix-intrinsics < %s 2>&1 | FileCheck %s
+; REQUIRES: aarch64-registered-target
2
3
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4
-target triple = "aarch64-apple-ios"
+; RUN: opt -lower-matrix-intrinsics -pass-remarks=lower-matrix-intrinsics -mtriple=arm64-apple-iphoneos < %s 2>&1 | FileCheck %s
5
6
; CHECK-LABEL: remark: test.h:40:20: Lowered with 6 stores, 6 loads, 24 compute ops
7
; CHECK-NEXT: store(
0 commit comments