[llvm] 5eff21c - [NFC][documentation] clarify comment in test

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


Author: Christopher Tetreault
Date: 2020-08-21T14:30:47-07:00
New Revision: 5eff21c8ff2486dccb0c45a925b387eeec83282b

URL: https://github.com/llvm/llvm-project/commit/5eff21c8ff2486dccb0c45a925b387eeec83282b
DIFF: https://github.com/llvm/llvm-project/commit/5eff21c8ff2486dccb0c45a925b387eeec83282b.diff

LOG: [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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll b/llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll
index c9695061e7f1..af64f4cdba65 100644
--- a/llvm/test/Analysis/CostModel/AArch64/sve-bitcast.ll
+++ b/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>


        


More information about the llvm-commits mailing list