[PATCH] D86368: [NFC][documentation] clarify comment in test

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 13:24:49 PDT 2020


ctetreau created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
ctetreau requested review of this revision.

test referenced a relative path to a file, but the path was not correct
relative to the project the test is in


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86368

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


Index: llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll
===================================================================
--- llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll
+++ llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll
@@ -1,7 +1,7 @@
 ; RUN: opt -mtriple=aarch64-linux-gnu -mattr=+sve -cost-model -analyze < %s 2>%t | FileCheck %s
 ; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t
 
-; If this check fails please read test/CodeGen/aarch64-sve-intrinsics/README for instructions on how to resolve it.
+; If this check fails please read clang/test/CodeGen/aarch64-sve-intrinsics/README for instructions on how to resolve it.
 ; WARN-NOT: warning
 
 ; CHECK: Found an estimated cost of 0 for instruction:   %b = bitcast <vscale x 2 x double> %a to <vscale x 2 x i64>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86368.287096.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200821/d3ba2239/attachment.bin>


More information about the llvm-commits mailing list