Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / asm-Zy.ll
blobc8b5e9f1aa1d1cb04e64217acc1661a802473fbd
1 ; RUN: llc -verify-machineinstrs < %s -mcpu=a2 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
2 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64"
4 define i32 @zytest(i32 %a) nounwind {
5 entry:
6 ; CHECK: @zytest
7   %r = call i32 asm "lwbrx $0, ${1:y}", "=r,Z"(i32 %a) nounwind, !srcloc !0
8   ret i32 %r
9 ; CHECK: lwbrx 3, 0,
12 !0 = !{i32 101688}