[llvm] 2141a51 - [X86] broadcast-elm-cross-splat-vec.ll - drop constant pool check
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 04:10:50 PST 2023
Author: Simon Pilgrim
Date: 2023-12-14T12:10:33Z
New Revision: 2141a51be162916856823d0bf41f19373e5529a8
URL: https://github.com/llvm/llvm-project/commit/2141a51be162916856823d0bf41f19373e5529a8
DIFF: https://github.com/llvm/llvm-project/commit/2141a51be162916856823d0bf41f19373e5529a8.diff
LOG: [X86] broadcast-elm-cross-splat-vec.ll - drop constant pool check
This is handled in the assembly comments.
Added:
Modified:
llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll b/llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
index 13f1451bbc8b02..9aa90de654a443 100644
--- a/llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
+++ b/llvm/test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
@@ -1955,13 +1955,6 @@ define <8 x double> @f8xf64_f128(<8 x double> %a) {
}
-; AVX512: .LCPI37
-; AVX512-NEXT: .quad 0x4010000000000000 # double 4
-; AVX512-NEXT: .quad 0x3ff0000000000000 # double 1
-; AVX512-NEXT: .quad 0x4000000000000000 # double 2
-; AVX512-NEXT: .quad 0x4008000000000000 # double 3
-; AVX512-NOT: .quad
-
define <8 x double> @f8xf64_f256(<8 x double> %a) {
; AVX-LABEL: f8xf64_f256:
; AVX: # %bb.0:
More information about the llvm-commits
mailing list