Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / ppc64-crash.ll
blobb5d925b067f3ba1f5fedb6e1ff8e620335ba5a00
1 ; RUN: llc -verify-machineinstrs %s -o -
3 ; ModuleID = 'undo.c'
4 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-v128:128:128-n32:64"
5 target triple = "powerpc64-unknown-freebsd"
7 %struct.__sFILE = type {}
8 %struct.pos_T = type { i64 }
10 ; check that we're not copying stuff between R and X registers
11 define internal void @serialize_pos(ptr byval(%struct.pos_T) %pos, ptr %fp) nounwind {
12 entry:
13   ret void