summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/neon-ops.ll
blob: d7e893f64f9d04195d6589c045cc4e2045bd1073 (plain)
1
2
3
4
5
6
7
; RUN: llc -march=arm -mattr=+neon -O2 -o /dev/null

; This used to crash.
define <4 x i32> @test1(<4 x i16> %a) {
  %A = zext <4 x i16> %a to <4 x i32>
  ret <4 x i32> %A
}