AVX-512: fixed UINT_TO_FP operation for 512-bit types.
[oota-llvm.git] / test / CodeGen / X86 / mul64.ll
index cd0f802a711e490edccc85bf92970ed21b963a56..5a25c5d0e9deaac8ec131b87c575041eee59edaf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep mul | count 3
+; RUN: llc < %s -march=x86 | grep mul | count 3
 
 define i64 @foo(i64 %t, i64 %u) {
   %k = mul i64 %t, %u