[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULT/SETUGT
[llvm-core.git] / test / CodeGen / PowerPC / mature-mc-support.ll
blobeab05157ca271de0e597a01dfda9a153dccf02e0
1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
3 ; FIXME: PowerPC doesn't use the integrated assembler by default in all cases
4 ; so we only test that -filetype=obj tries to parse the assembly.
5 ; FIXME: PowerPC doesn't appear to support -filetype=obj for ppc64le
7 ; SKIP: not llc -mtriple=ppc32-- < %s > /dev/null 2> %t1
8 ; SKIP: FileCheck %s < %t1
10 ; RUN: not llc -mtriple=ppc32-- -filetype=obj < %s > /dev/null 2> %t2
11 ; RUN: FileCheck %s < %t2
13 ; Test that we don't try to produce COFF for ppc.
14 ; RUN: not llc -mtriple=powerpc-mingw32 -filetype=obj < %s > /dev/null 2> %t2
15 ; RUN: FileCheck %s < %t2
17 ; SKIP: not llc -mtriple=ppc64-- < %s > /dev/null 2> %t3
18 ; SKIP: FileCheck %s < %t3
20 ; RUN: not llc -mtriple=ppc64-- -filetype=obj < %s > /dev/null 2> %t4
21 ; RUN: FileCheck %s < %t4
23 ; SKIP: not llc -mtriple=ppc64--le < %s > /dev/null 2> %t5
24 ; SKIP: FileCheck %s < %t5
26 ; SKIP: not llc -mtriple=ppc64--le -filetype=obj < %s > /dev/null 2> %t6
27 ; SKIP: FileCheck %s < %t6
29 module asm "    .this_directive_is_very_unlikely_to_exist"
31 ; CHECK: error: unknown directive