[all-commits] [llvm/llvm-project] 01d9c7: [X86] combineSCALAR_TO_VECTOR - fold (v4i32 (scala...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue May 20 05:42:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01d9c7f2ac095707b0cc01b75878b9e25b20a909
https://github.com/llvm/llvm-project/commit/01d9c7f2ac095707b0cc01b75878b9e25b20a909
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/scalarize-fp.ll
Log Message:
-----------
[X86] combineSCALAR_TO_VECTOR - fold (v4i32 (scalar_to_vector (i32 (bitcast (float))))) to MOVD/SS (#140704)
Partial fix for #140693
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list