Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Generic / empty-insertvalue.ll
blob7180389e905ff1a34ecd69abfe60c73dbeb8f7cb
1 ; RUN: llc < %s
3 define void @f() {
4 entry:
5   %0 = insertvalue { [0 x { ptr, ptr }], [0 x { ptr, i64 }] } undef, [0 x { ptr, ptr }] undef, 0
6   ret void