[llvm] [ARM] Add strict uint to FP conversion handling during operation legalization (PR #208554)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 08:52:51 PDT 2026
================
@@ -5838,19 +5844,37 @@ static SDValue LowerVectorINT_TO_FP(SDValue Op, SelectionDAG &DAG) {
SDValue ARMTargetLowering::LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const {
EVT VT = Op.getValueType();
- if (VT.isVector())
+ if (VT.isVector()) {
----------------
parya03 wrote:
Sounds good - will fix.
https://github.com/llvm/llvm-project/pull/208554
More information about the llvm-commits
mailing list