[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / GlobalISel / fallback-nofastisel.ll
blobfaaa725486f160ec9ef9dc899c9ad968719ef01d
1 ; RUN: llc -mtriple=aarch64_be-- %s -o /dev/null -debug-only=isel -O0 2>&1 | FileCheck %s
2 ; REQUIRES: asserts
4 ; This test uses big endian in order to force an abort since it's not currently supported for GISel.
5 ; The purpose is to check that we don't fall back to FastISel. Checking the pass structure is insufficient
6 ; because the FastISel is set up in the SelectionDAGISel, so it doesn't appear on the pass structure.
8 ; CHECK-NOT: Enabling fast-ise
9 define void @empty() {
10   ret void