~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/Transforms/InstCombine/constant-fold-hang.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: opt -instcombine < %s
 
2
 
 
3
; Function Attrs: nounwind readnone ssp
 
4
define void @mulByZero(<4 x i16> %x) #0 {
 
5
entry:
 
6
  %a = tail call <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16> %x, <4 x i16> zeroinitializer) #2
 
7
  ret void
 
8
}
 
9
 
 
10
; Function Attrs: nounwind readnone
 
11
declare <4 x i32> @llvm.arm.neon.vmulls.v4i32(<4 x i16>, <4 x i16>) #1
 
12
 
 
13
attributes #0 = { nounwind readnone ssp }
 
14
attributes #1 = { nounwind readnone }