forked from OSchip/llvm-project
[X86][XOP] Added FIXME comments to missed shuffle combine opportunities
Requested by @silvas llvm-svn: 293916
This commit is contained in:
parent
93f9d5ce04
commit
3e64d066de
|
@ -318,6 +318,7 @@ define <4 x i32> @combine_vpperm_10zz32BA(<4 x i32> %a0, <4 x i32> %a1) {
|
|||
ret <4 x i32> %res3
|
||||
}
|
||||
|
||||
; FIXME: Duplicated load in i686
|
||||
define void @buildvector_v4f32_0404(float %a, float %b, <4 x float>* %ptr) {
|
||||
; X32-LABEL: buildvector_v4f32_0404:
|
||||
; X32: # BB#0:
|
||||
|
@ -341,6 +342,7 @@ define void @buildvector_v4f32_0404(float %a, float %b, <4 x float>* %ptr) {
|
|||
ret void
|
||||
}
|
||||
|
||||
; FIXME: Failed to fold to vpermil2ps
|
||||
define void @buildvector_v4f32_07z6(float %a, <4 x float> %b, <4 x float>* %ptr) {
|
||||
; X32-LABEL: buildvector_v4f32_07z6:
|
||||
; X32: # BB#0:
|
||||
|
|
Loading…
Reference in New Issue