Use Align for TFL::TransientStackAlignment
[llvm-core.git] / test / CodeGen / WebAssembly / function-info.mir
blobfd60773c2afd6f20162856137fda0a254059804d
1 # RUN: llc -mtriple=wasm32-unknown-unknown -run-pass wasm-cfg-stackify %s -o - | FileCheck %s
3 # CHECK-LABEL: function_property_test
4 # CHECK: machineFunctionInfo:
5 # CHECK:   isCFGStackified:   true
6 name: function_property_test
7 liveins:
8   - { reg: '$arguments' }
9 body: |
10   bb.0:
11     RETURN implicit-def dead $arguments
12 ...