| Index: tests_lit/llvm2ice_tests/vector-icmp.ll
|
| diff --git a/tests_lit/llvm2ice_tests/vector-icmp.ll b/tests_lit/llvm2ice_tests/vector-icmp.ll
|
| index e474976f5a719f2bc333c5fd349d2ba9f233a416..0830b38637c62c039f5b47221e135283f5a6df03 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-icmp.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-icmp.ll
|
| @@ -1,10 +1,8 @@
|
| ; This file checks support for comparing vector values with the icmp
|
| ; instruction.
|
|
|
| -; RUN: %p2i -i %s --assemble --disassemble --args -O2 --verbose none \
|
| -; RUN: | FileCheck %s
|
| -; RUN: %p2i -i %s --assemble --disassemble --args -Om1 --verbose none \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble --args -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
|
|
|