[llvm] [SelectionDAG] Expand fixed point multiplication into libcall (PR #79352)
Bevin Hansson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 04:00:59 PST 2024
================
@@ -4008,44 +4008,7 @@ void DAGTypeLegalizer::ExpandIntRes_MUL(SDNode *N,
LC = RTLIB::MUL_I128;
----------------
bevin-hansson wrote:
The surrounding libcall code here looks like what ForceExpandMUL already does. Could this be removed and all replaced with just the call to ForceExpandMUL?
https://github.com/llvm/llvm-project/pull/79352
More information about the llvm-commits
mailing list