Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/AArch64/aarch64-smax-constantfold.ll @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | c2174574ed3a |
line wrap: on
line source
; RUN: llc -mtriple=aarch64-none-linux-gnu < %s -o -| FileCheck %s ; Function Attrs: nounwind readnone declare <4 x i16> @llvm.aarch64.neon.smax.v4i16(<4 x i16>, <4 x i16>) ; CHECK-LABEL: test define <4 x i16> @test() { entry: ; CHECK: movi d{{[0-9]+}}, #0000000000000000 %0 = tail call <4 x i16> @llvm.aarch64.neon.smax.v4i16(<4 x i16> <i16 -1, i16 -1, i16 -1, i16 -1>, <4 x i16> zeroinitializer) ret <4 x i16> %0 }