[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-xcoff-cold.ll
blob6464257c6f266a231b6535f226f52f4e4abccb76
1 ; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -filetype=obj -o %t.o < %s
2 ; RUN: llvm-objdump --syms %t.o | FileCheck %s
4 ; CHECK:      SYMBOL TABLE:
5 ; CHECK-NEXT: 0000000000000000      df *DEBUG* 0000000000000000 .file
6 ; CHECK-NEXT: 0000000000000000 l       .text   000000000000001e 
7 ; CHECK-NEXT: 0000000000000000 g     F .text (csect: )  0000000000000000 .cold_fun
8 ; CHECK-NEXT: 0000000000000020 g     O .data   0000000000000018 cold_fun
10 define dso_local void @cold_fun() #1 {
11 entry:
12   ret void
15 attributes #1 = { cold }