AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmp
[oota-llvm.git] / test / CodeGen / X86 / fltused.ll
index 2ffcb966782afdc9ce57022853afaa7f24860bdd..81511a33f5cb1c31ff7394f233588d36b5381d55 100644 (file)
@@ -4,6 +4,8 @@
 
 ; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
 ; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
+; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
+; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
 
 @.str = private constant [4 x i8] c"%f\0A\00"