1 # RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s
4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
5 target triple = "aarch64--"
6 define void @legalized_property() { ret void }
10 # Check that we set the "legalized" property.
11 # CHECK-LABEL: name: legalized_property
12 # CHECK: legalized: true
13 name: legalized_property