comparison test/CodeGen/AArch64/large_shift.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=aarch64 -o - %s 1 ; RUN: llc -mtriple=arm64-unknown-unknown -o - %s
2 target triple = "arm64-unknown-unknown"
3 2
4 ; Make sure we don't run into an assert in the aarch64 code selection when 3 ; Make sure we don't run into an assert in the aarch64 code selection when
5 ; DAGCombining fails. 4 ; DAGCombining fails.
6 5
7 declare void @t() 6 declare void @t()