[llvm] d6642ed - [ARM] Add missing REQUIRES: asserts to test. NFC

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 03:45:59 PST 2019


Author: David Green
Date: 2019-12-09T11:43:43Z
New Revision: d6642ed1c867f97fdf951aac751c7854fbc7c51f

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

LOG: [ARM] Add missing REQUIRES: asserts to test. NFC

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/ARM/mve-shiftcost.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/ARM/mve-shiftcost.ll b/llvm/test/Transforms/LoopVectorize/ARM/mve-shiftcost.ll
index e5dcc6773f0f..f005845f2db8 100644
--- a/llvm/test/Transforms/LoopVectorize/ARM/mve-shiftcost.ll
+++ b/llvm/test/Transforms/LoopVectorize/ARM/mve-shiftcost.ll
@@ -1,5 +1,6 @@
 ; RUN: opt -loop-vectorize < %s -S -o - | FileCheck %s --check-prefix=CHECK
 ; RUN: opt -loop-vectorize -debug-only=loop-vectorize -disable-output < %s 2>&1 | FileCheck %s --check-prefix=CHECK-COST
+; REQUIRES: asserts
 
 target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
 target triple = "thumbv8.1m.main-arm-none-eabi"


        


More information about the llvm-commits mailing list