1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
2 ; RUN: llc -mtriple=aarch64-- -global-isel -global-isel-abort=0 -debug-counter=globalisel=0 %s -o - 2>/dev/null | FileCheck %s
3 ; RUN: llc -mtriple=aarch64-- -global-isel -global-isel-abort=0 -debug-counter=globalisel=0 %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=DEBUG
7 ; DEBUG-NOT: Falling back for function test1
8 ; DEBUG: Falling back for function test2
10 define i32 @test1(i32 %x) {
17 define i32 @test2(i32 %x) {
24 ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line: