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

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 14:31:05 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5eff21c8ff24: [NFC][documentation] clarify comment in test (authored by ctetreau).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86368/new/

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.287110.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200821/3935b6c2/attachment.bin>


More information about the llvm-commits mailing list