[all-commits] [llvm/llvm-project] 1d5613: [X86] X86FixupVectorConstants - create f32/f64 bro...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Dec 12 02:32:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d56138d741ebec81ac7a6dada10f5d6b891a768
https://github.com/llvm/llvm-project/commit/1d56138d741ebec81ac7a6dada10f5d6b891a768
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/test/CodeGen/X86/combine-concatvectors.ll
Log Message:
-----------
[X86] X86FixupVectorConstants - create f32/f64 broadcast constants if the source constant data was f32/f64
This partially reverts 33819f3bfb9c - the asm comments become a lot messier in #73509 - we're better off ensuring the constant data is the correct type in DAG
More information about the All-commits
mailing list