[llvm] 1c90878 - [AArch64] fix spacing in test's RUN lines; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 07:44:36 PDT 2020


Author: Sanjay Patel
Date: 2020-10-13T10:44:18-04:00
New Revision: 1c90878e60d7cae74552425475faa5a87562e4b3

URL: https://github.com/llvm/llvm-project/commit/1c90878e60d7cae74552425475faa5a87562e4b3
DIFF: https://github.com/llvm/llvm-project/commit/1c90878e60d7cae74552425475faa5a87562e4b3.diff

LOG: [AArch64] fix spacing in test's RUN lines; NFC

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/CostModel/AArch64/sve-math.ll b/llvm/test/Analysis/CostModel/AArch64/sve-math.ll
index 5bd9d2659a9d..4a4d7dc117f3 100644
--- a/llvm/test/Analysis/CostModel/AArch64/sve-math.ll
+++ b/llvm/test/Analysis/CostModel/AArch64/sve-math.ll
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
-; RUN: opt -mtriple=aarch64-- -mattr=+sve -cost-model -analyze -cost-kind=throughput < %s | FileCheck %s --check-prefix=THRU
-; RUN: opt -mtriple=aarch64-- -mattr=+sve -cost-model -analyze -cost-kind=latency < %s | FileCheck %s --check-prefix=LATE
-; RUN: opt -mtriple=aarch64- --mattr=+sve -cost-model -analyze -cost-kind=code-size < %s | FileCheck %s --check-prefix=SIZE
+; RUN: opt -mtriple=aarch64-- -mattr=+sve -cost-model -analyze -cost-kind=throughput   < %s | FileCheck %s --check-prefix=THRU
+; RUN: opt -mtriple=aarch64-- -mattr=+sve -cost-model -analyze -cost-kind=latency      < %s | FileCheck %s --check-prefix=LATE
+; RUN: opt -mtriple=aarch64-- -mattr=+sve -cost-model -analyze -cost-kind=code-size    < %s | FileCheck %s --check-prefix=SIZE
 ; RUN: opt -mtriple=aarch64-- -mattr=+sve -cost-model -analyze -cost-kind=size-latency < %s | FileCheck %s --check-prefix=SIZE_LATE
 
 declare <vscale x 2 x double> @llvm.sqrt.v2f64(<vscale x 2 x double>)


        


More information about the llvm-commits mailing list