[PATCH] D157399: [LegalizeTypes][NFC] Combine ExpandIntRes_FP_TO_{S,U}INT to ExpandIntRes_FP_TO_XINT
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 07:43:58 PDT 2023
asb created this revision.
asb added reviewers: craig.topper, reames.
Herald added subscribers: wingo, pmatos, sameer.abuasal, hiraditya.
Herald added a project: All.
asb requested review of this revision.
Herald added a project: LLVM.
Hopefully a straightforward refactoring that reduces duplication that was clearly causing repeated work in D157287 <https://reviews.llvm.org/D157287>. Although arguably it would be better to do this refactor before D157287 <https://reviews.llvm.org/D157287>, as both changes are so small I'm hopeful this order is fine so as to save me doing more rebasing.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157399
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157399.548220.patch
Type: text/x-patch
Size: 5062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230808/f7fb964a/attachment.bin>
More information about the llvm-commits
mailing list