forked from OSchip/llvm-project
[X86] Tag existing shuffle test case as PR53124
The poor AVX1 codegen matches the core issue raised in PR53124
This commit is contained in:
parent
5ceb070bbb
commit
4eda7be15a
|
@ -1341,6 +1341,7 @@ define <8 x float> @shuffle_v8f32_01452367(<8 x float> %a) {
|
|||
ret <8 x float> %shuffle
|
||||
}
|
||||
|
||||
; PR53124
|
||||
define <8 x float> @shuffle_v8f32_089abcde(<8 x float> %a, <8 x float> %b) {
|
||||
; AVX1-LABEL: shuffle_v8f32_089abcde:
|
||||
; AVX1: # %bb.0:
|
||||
|
|
Loading…
Reference in New Issue