Skip to content

Commit 5eff21c

Browse files
[NFC][documentation] clarify comment in test
test referenced a relative path to a file, but the path was not correct relative to the project the test is in Differential Revision: https://reviews.llvm.org/D86368
1 parent d3a49b0 commit 5eff21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: opt -mtriple=aarch64-linux-gnu -mattr=+sve -cost-model -analyze < %s 2>%t | FileCheck %s
22
; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t
33

4-
; If this check fails please read test/CodeGen/aarch64-sve-intrinsics/README for instructions on how to resolve it.
4+
; If this check fails please read clang/test/CodeGen/aarch64-sve-intrinsics/README for instructions on how to resolve it.
55
; WARN-NOT: warning
66

77
; CHECK: Found an estimated cost of 0 for instruction: %b = bitcast <vscale x 2 x double> %a to <vscale x 2 x i64>

0 commit comments

Comments
 (0)