comparison test/CodeGen/AArch64/arm64-zextload-unscaled.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 ; RUN: llc -march=arm64 < %s | FileCheck %s 1 ; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
2 2
3 @var32 = global i32 0 3 @var32 = global i32 0
4 4
5 define void @test_zextloadi1_unscaled(i1* %base) { 5 define void @test_zextloadi1_unscaled(i1* %base) {
6 ; CHECK-LABEL: test_zextloadi1_unscaled: 6 ; CHECK-LABEL: test_zextloadi1_unscaled: