| Index: tests_lit/llvm2ice_tests/vector-fcmp.ll
|
| diff --git a/tests_lit/llvm2ice_tests/vector-fcmp.ll b/tests_lit/llvm2ice_tests/vector-fcmp.ll
|
| index a84ef7b1bb3f71bab9f5239318292232d6f8e35a..641d71584abd9505fff03ca35d11239ce0b7d1d7 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-fcmp.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-fcmp.ll
|
| @@ -1,10 +1,8 @@
|
| ; This file checks support for comparing vector values with the fcmp
|
| ; instruction.
|
|
|
| -; RUN: %p2i -i %s --assemble --disassemble -a -O2 --verbose none \
|
| -; RUN: | FileCheck %s
|
| -; RUN: %p2i -i %s --assemble --disassemble -a -Om1 --verbose none \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble -a -O2 | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble -a -Om1 | FileCheck %s
|
|
|
| ; Check that sext elimination occurs when the result of the comparison
|
| ; instruction is alrady sign extended. Sign extension to 4 x i32 uses
|
|
|