mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-19 01:27:40 +00:00
1aab9f557d
In cases where the machine function is empty: bail on the RPO traversal. Differential Revision: https://reviews.llvm.org/D62617 llvm-svn: 362158
12 lines
247 B
YAML
12 lines
247 B
YAML
# RUN: llc -mtriple aarch64-- -run-pass mir-canonicalizer %s -o - | FileCheck %s
|
|
# CHECK: ...
|
|
# CHECK-NEXT: ---
|
|
# CHECK-NEXT: name: foo
|
|
# CHECK: body: |
|
|
# CHECK-EMPTY:
|
|
# CHECK-NEXT: ...
|
|
---
|
|
name: foo
|
|
body: |
|
|
...
|