[all-commits] [llvm/llvm-project] 6725a6: [LegalizeTypes][NFC] Combine ExpandIntOp_{S, U}INT_...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Mon Aug 14 02:39:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6725a6ba097ff627ed79bb2f4cbd47d31819dd7e
https://github.com/llvm/llvm-project/commit/6725a6ba097ff627ed79bb2f4cbd47d31819dd7e
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
Log Message:
-----------
[LegalizeTypes][NFC] Combine ExpandIntOp_{S,U}INT_TO_FP to ExpandIntOp_XINT_TO_FP
As with D157399 we can reduce duplication by doing this. Unlike that
patch, I'm posting the refactoring before the functional changes I want
to make here.
Differential Revision: https://reviews.llvm.org/D157403
More information about the All-commits
mailing list