Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / fast-isel-bail.ll
blob343345160df060f8335308bd3d9debf85e6ff24b
1 ; RUN: llc < %s -mtriple=i686-- -O0
3 ; This file is for regression tests for cases where FastISel needs
4 ; to gracefully bail out and let SelectionDAGISel take over.
6         %0 = type { i64, ptr }          ; type %0
8 declare void @bar(%0)
10 define fastcc void @foo() nounwind {
11 entry:
12         call void @bar(%0 zeroinitializer)
13         unreachable