64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
18 lines
426 B
YAML
18 lines
426 B
YAML
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
|
|
|
--- |
|
|
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
|
target triple = "aarch64--"
|
|
define void @legalized_property() { ret void }
|
|
...
|
|
|
|
---
|
|
# Check that we set the "legalized" property.
|
|
# CHECK-LABEL: name: legalized_property
|
|
# CHECK: legalized: true
|
|
name: legalized_property
|
|
legalized: false
|
|
body: |
|
|
bb.0:
|
|
...
|