[all-commits] [llvm/llvm-project] 546c3c: [LegalizeTypes][NFC] Combine ExpandIntRes_FP_TO_{S...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Mon Aug 14 02:38:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 546c3c96b7d012d9048a1686edf3896d89f5d804
      https://github.com/llvm/llvm-project/commit/546c3c96b7d012d9048a1686edf3896d89f5d804
  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 ExpandIntRes_FP_TO_{S,U}INT to ExpandIntRes_FP_TO_XINT

Hopefully a straightforward refactoring that reduces duplication that
was clearly causing repeated work in D157287.

Differential Revision: https://reviews.llvm.org/D157399




More information about the All-commits mailing list