[llvm] bd2c0e2 - [CostModel][AArch64] Remove unused check-prefix
    Simon Pilgrim via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 10 05:10:29 PST 2020
    
    
  
Author: Simon Pilgrim
Date: 2020-11-10T13:10:11Z
New Revision: bd2c0e2c9f1ba1016fc29b284d714c9bcb1ec472
URL: https://github.com/llvm/llvm-project/commit/bd2c0e2c9f1ba1016fc29b284d714c9bcb1ec472
DIFF: https://github.com/llvm/llvm-project/commit/bd2c0e2c9f1ba1016fc29b284d714c9bcb1ec472.diff
LOG: [CostModel][AArch64] Remove unused check-prefix
Added: 
    
Modified: 
    llvm/test/Analysis/CostModel/AArch64/aggregates.ll
Removed: 
    
################################################################################
diff  --git a/llvm/test/Analysis/CostModel/AArch64/aggregates.ll b/llvm/test/Analysis/CostModel/AArch64/aggregates.ll
index 35d232b3b69a..3cdc9deb8391 100644
--- a/llvm/test/Analysis/CostModel/AArch64/aggregates.ll
+++ b/llvm/test/Analysis/CostModel/AArch64/aggregates.ll
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
-; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -cost-model -cost-kind=throughput -analyze | FileCheck %s --check-prefixes=ALL,THROUGHPUT
-; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -cost-model -cost-kind=latency -analyze | FileCheck %s --check-prefixes=ALL,LATENCY
-; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -cost-model -cost-kind=code-size -analyze | FileCheck %s --check-prefixes=ALL,CODESIZE
+; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -cost-model -cost-kind=throughput -analyze | FileCheck %s --check-prefix=THROUGHPUT
+; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -cost-model -cost-kind=latency -analyze | FileCheck %s --check-prefix=LATENCY
+; RUN: opt < %s -mtriple=aarch64-unknown-linux-gnu -cost-model -cost-kind=code-size -analyze | FileCheck %s --check-prefix=CODESIZE
 
 define i32 @extract_first_i32({i32, i32} %agg) {
 ; THROUGHPUT-LABEL: 'extract_first_i32'
        
    
    
More information about the llvm-commits
mailing list