[llvm] r204882 - add 'requires asserts' to test that needs it

Jim Grosbach grosbach at apple.com
Wed Mar 26 17:20:42 PDT 2014


Author: grosbach
Date: Wed Mar 26 19:20:42 2014
New Revision: 204882

URL: http://llvm.org/viewvc/llvm-project?rev=204882&view=rev
Log:
add 'requires asserts' to test that needs it

Modified:
    llvm/trunk/test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll

Modified: llvm/trunk/test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll?rev=204882&r1=204881&r2=204882&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll Wed Mar 26 19:20:42 2014
@@ -1,4 +1,5 @@
 ; RUN: opt < %s  -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx -S -debug-only=loop-vectorize 2>&1 | FileCheck %s
+; REQUIRES: asserts
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.8.0"





More information about the llvm-commits mailing list