comparison test/CodeGen/Hexagon/vect/vect-mul-v2i32.ll @ 95:afa8332a0e37

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents
children
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: mpyi
3 ; CHECK: mpyi
4
5 define <2 x i32> @t_i2x32(<2 x i32> %a, <2 x i32> %b) nounwind {
6 entry:
7 %0 = mul <2 x i32> %a, %b
8 ret <2 x i32> %0
9 }