comparison test/CodeGen/AArch64/arm64-fixed-point-scalar-cvt-dagcombine.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 60c9769439b8
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 ; RUN: llc < %s -march=arm64 -aarch64-neon-syntax=apple | FileCheck %s 1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck %s
2 2
3 ; DAGCombine to transform a conversion of an extract_vector_elt to an 3 ; DAGCombine to transform a conversion of an extract_vector_elt to an
4 ; extract_vector_elt of a conversion, which saves a round trip of copies 4 ; extract_vector_elt of a conversion, which saves a round trip of copies
5 ; of the value to a GPR and back to and FPR. 5 ; of the value to a GPR and back to and FPR.
6 ; rdar://11855286 6 ; rdar://11855286