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