18 lines · plain
1# RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s2 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_property12# CHECK: legalized: true13name: legalized_property14legalized: false15body: |16 bb.0:17...18