[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / ExecutionEngine / test-fp.ll
index 4ebcf6f7aa7c196cd81286f6029ec62ef1a03469..2bf0210d8b0021500acaa9ba476e4e573b36bed9 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]