[all-commits] [llvm/llvm-project] 5cf1b0: [LegalizeDAG][TargetLowering] Move vXi64/i64->vXf3...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jan 15 22:07:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5cf1b01a01179e3ede446ae6064c6f3bece46987
https://github.com/llvm/llvm-project/commit/5cf1b01a01179e3ede446ae6064c6f3bece46987
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[LegalizeDAG][TargetLowering] Move vXi64/i64->vXf32/f32 uint_to_fp legalizing code from TargetLowering::expandUINT_TO_FP back to LegalizeDAG.
This was moved in October 2018, but we don't appear to be using
this for vectors on any in tree target.
Moving it back simplifies D72794 so we can share the code for i32->f32.
More information about the All-commits
mailing list