log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Members
>
tobaru
>
cbc
>
CbC_llvm
comparison test/CodeGen/Hexagon/vect/vect-vsubh-1.ll @ 95:
afa8332a0e37
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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: vsubh
3
4
define <4 x i16> @t_i4x16(<4 x i16> %a, <4 x i16> %b) nounwind {
5
entry:
6
%0 = sub <4 x i16> %a, %b
7
ret <4 x i16> %0
8
}