From 4eda7be15a11c08b83eafe70c2c096d06ddfd2e5 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 11 Jan 2022 15:11:06 +0000 Subject: [X86] Tag existing shuffle test case as PR53124 The poor AVX1 codegen matches the core issue raised in PR53124 --- llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll b/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll index 4cfe40175514..657fc9dac655 100644 --- a/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll +++ b/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll @@ -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: -- cgit v1.2.1