You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
This commit is contained in:
parent
d6bde52373
commit
8625704ad8
8
external/llvm/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll
vendored
Normal file
8
external/llvm/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: opt < %s -instcombine -disable-output
|
||||
|
||||
define float @test(<4 x float> %V) {
|
||||
%V2 = insertelement <4 x float> %V, float 1.000000e+00, i32 3 ; <<4 x float>> [#uses=1]
|
||||
%R = extractelement <4 x float> %V2, i32 2 ; <float> [#uses=1]
|
||||
ret float %R
|
||||
}
|
||||
|
Reference in New Issue
Block a user