• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llc -mtriple=wasm32-unknown-unknown -run-pass wasm-cfg-stackify %s -o - | FileCheck %s
2
3# CHECK-LABEL: function_property_test
4# CHECK: machineFunctionInfo:
5# CHECK:   isCFGStackified:   true
6name: function_property_test
7liveins:
8  - { reg: '$arguments' }
9body: |
10  bb.0:
11    RETURN implicit-def dead $arguments
12...
13