Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / GlobalISel / fconstant-unsupported.ll
blobf8092823187864e6bfc0ac22ad621cb2f5883f13
1 ; RUN: not --crash llc -global-isel -mtriple=powerpc-unknown-linux-gnu \
2 ; RUN:   -o - < %s 2>&1 | FileCheck %s --check-prefix=BE
3 ; RUN: not --crash llc -global-isel -mtriple=powerpcle-unknown-linux-gnu \
4 ; RUN:   -o - < %s 2>&1 | FileCheck %s --check-prefix=BIT32
6 ; BE: LLVM ERROR: unable to translate in big endian mode
8 ; BIT32: LLVM ERROR: unable to legalize instruction: [[LOAD:%[0-9]+]]:_(s64) = G_LOAD{{.*}}load (s64) from constant-pool
10 define double @foo() {
11   entry:
12     ret double 1.000000e+00