[all-commits] [llvm/llvm-project] 2e0216: [X86] getConstVector - remove raw bits -> fp handl...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Apr 11 02:42:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e02164566ee548838dbee95860b321fb54a8501
https://github.com/llvm/llvm-project/commit/2e02164566ee548838dbee95860b321fb54a8501
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-04-11 (Fri, 11 Apr 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] getConstVector - remove raw bits -> fp handling and leave it to getNode/FoldConstantArithmetic (#135337)
getConstVector could only handle f32/f64 vector element types from raw APInt bit data - instead of trying to add all supported fp types, just bitcast the integer equivalent and leave it to getNode/FoldConstantArithmetic to perform the constant bitcast conversion
Tentative fix for a regression reported after #133913
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