| Index: tests_lit/llvm2ice_tests/vector-cast.ll
|
| diff --git a/tests_lit/llvm2ice_tests/vector-cast.ll b/tests_lit/llvm2ice_tests/vector-cast.ll
|
| index d46e5b82c146dc1c6eef70751bf5e6d61252c140..5cde63cf7eac32cc111c5b4683ced78b4dd422c5 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-cast.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-cast.ll
|
| @@ -1,10 +1,8 @@
|
| ; This file tests casting / conversion operations that apply to vector types.
|
| ; bitcast operations are in vector-bitcast.ll.
|
|
|
| -; 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
|
|
|
| ; sext operations
|
|
|
|
|