Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / 2007-09-11-RegCoalescerAssert.ll
blobbf78f7e282a4232ef94f6673a4cd25db49f4ed99
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64--
3         %struct.TCMalloc_SpinLock = type { i32 }
5 define void @_ZN17TCMalloc_SpinLock4LockEv(ptr %this) {
6 entry:
7         %tmp3 = call i32 asm sideeffect "1: lwarx $0, 0, $1\0A\09stwcx. $2, 0, $1\0A\09bne- 1b\0A\09isync", "=&r,=*r,r,1,~{dirflag},~{fpsr},~{flags},~{memory}"(ptr elementtype(ptr) null, i32 1, ptr null)         ; <i32> [#uses=0]
8         unreachable