1 ; RUN: llc -mtriple=aarch64--- --verify-machineinstrs -stop-before=finalize-isel -simplify-mir -o - < %s | FileCheck %s
3 ; Here we check thatt the noredzone attribute is carried through the machine
4 ; IR generation and is put in MachineFunctionInfo
8 ; CHECK-LABEL: name: baz
9 ; CHECK: machineFunctionInfo: {}
13 define void @bar() #0 {
15 ; CHECK-LABEL: name: bar
16 ; CHECK: machineFunctionInfo:
17 ; CHECK-NEXT: hasRedZone: false
21 attributes #0 = { noredzone }