[Alignment][NFC] migrate DataLayout internal struct to llvm::Align
[llvm-core.git] / test / CodeGen / AArch64 / GlobalISel / legalize-property.mir
blob1769e20d5bc3244d70731f4a4afd8fdc55c36499
1 # RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s
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 ...
9 ---
10 # Check that we set the "legalized" property.
11 # CHECK-LABEL: name: legalized_property
12 # CHECK: legalized: true
13 name:            legalized_property
14 legalized:       false
15 body:             |
16   bb.0:
17 ...