Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +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