[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-nonzero-zerofill.ll
blob0c974773f022606a7ad6722829e9ba2739adaddf
1 ; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr4 -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
2 ; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr4 -mtriple powerpc64-ibm-aix-xcoff < %s | FileCheck %s
4 @a = constant [4 x i8] c"\02\02\02\02", align 1
6 ; CHECK-NOT:  .space  4,2
7 ; CHECK:      .byte   2
8 ; CHECK-NEXT: .byte   2
9 ; CHECK-NEXT: .byte   2
10 ; CHECK-NEXT: .byte   2