Files
llvm-project/llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
David Green 4ef3f8dbc1 [MIR] Add parsing for ehscope_entry. (#175592)
This makes sure that IsEHScopeEntry is written and can be re-parsed.
2026-01-13 08:39:34 +00:00

17 lines
321 B
YAML

# RUN: llc -run-pass none -o - %s 2>&1 | FileCheck %s
# Test ehscope-entry machine basic block parameters
---
name: test
body: |
; CHECK: bb.0 (ehscope-entry):
bb.0 (ehscope-entry):
...
---
name: withalign
body: |
; CHECK: bb.0 (ehscope-entry, align 8):
bb.0 (align 8, ehscope-entry):
...