14 lines · plain
1; RUN: not --crash llc -global-isel -mtriple=powerpc-unknown-linux-gnu \2; RUN: -o - < %s 2>&1 | FileCheck %s --check-prefix=BE3; RUN: not llc -global-isel -mtriple=powerpcle-unknown-linux-gnu \4; RUN: -o - < %s 2>&1 | FileCheck %s --check-prefix=BIT325 6; BE: LLVM ERROR: unable to translate in big endian mode7 8; BIT32: LLVM ERROR: unable to legalize instruction: [[LOAD:%[0-9]+]]:_(s64) = G_LOAD{{.*}}load (s64) from constant-pool9 10define double @foo() {11 entry:12 ret double 1.000000e+0013}14