mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[X86] Regenerate promote.ll. NFC.
llvm-svn: 363657
This commit is contained in:
parent
66545ae9c9
commit
43740afb59
@ -55,13 +55,9 @@ entry:
|
||||
}
|
||||
|
||||
define <2 x float> @bitcast_widen(<4 x i32> %in) nounwind readnone {
|
||||
; X86-LABEL: bitcast_widen:
|
||||
; X86: # %bb.0: # %entry
|
||||
; X86-NEXT: retl
|
||||
;
|
||||
; X64-LABEL: bitcast_widen:
|
||||
; X64: # %bb.0: # %entry
|
||||
; X64-NEXT: retq
|
||||
; CHECK-LABEL: bitcast_widen:
|
||||
; CHECK: # %bb.0: # %entry
|
||||
; CHECK-NEXT: ret{{[l|q]}}
|
||||
entry:
|
||||
%x = shufflevector <4 x i32> %in, <4 x i32> undef, <2 x i32> <i32 0, i32 1>
|
||||
%y = bitcast <2 x i32> %x to <2 x float>
|
||||
|
Loading…
Reference in New Issue
Block a user