[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-objdump / X86 / disassemble-show-raw.test
blobe9956a5ebe4b5d416ade64b3293a3107e7797530
1 // RUN: llvm-objdump -d %p/Inputs/trivial.obj.elf-i386 \
2 // RUN:     | FileCheck %s -check-prefix=WITHRAW
3 // RUN: llvm-objdump -d -no-show-raw-insn %p/Inputs/trivial.obj.elf-i386 \
4 // RUN:     | FileCheck %s -check-prefix=NORAW
6 // Expect to find the raw incoding when run with raw output (default), but not
7 // when run explicitly with -no-show-raw-insn
9 WITHRAW: a1 00 00 00 00 movl
11 NORAW: movl
12 NORAW-NOT: a1 00