Xamarin Public Jenkins (auto-signing) e19d552987 Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
2018-10-19 08:34:24 +00:00

16 lines
379 B
LLVM

; RUN: llc -verify-machineinstrs -mcpu=pwr8 -mtriple=powerpc-unknown-unknown < %s | FileCheck %s
define i32 @test(<4 x i32> %v, i32 %elem) #0 {
entry:
%vecext = extractelement <4 x i32> %v, i32 %elem
ret i32 %vecext
}
; CHECK: stxvw4x 34,
; CHECK: lwzx 3,
define float @test2(i32 signext %a) {
entry:
%conv = bitcast i32 %a to float
ret float %conv
}
; CHECK-NOT: mtvsr