[all-commits] [llvm/llvm-project] cb6fc4: [LegalizeIntegerTypes] Use GetExpandedInteger inst...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Feb 23 23:59:31 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb6fc4b0a35402a946e17b101ecd5cd0edd8c602
      https://github.com/llvm/llvm-project/commit/cb6fc4b0a35402a946e17b101ecd5cd0edd8c602
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-02-23 (Tue, 23 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp

  Log Message:
  -----------
  [LegalizeIntegerTypes] Use GetExpandedInteger instead of SplitInteger in ExpandIntRes_XMULO.

We know the input is going to be expanded as well, so we should
just ask for the already expanded operands. Otherwise we create
nodes that are just going to need to be legalized.




More information about the All-commits mailing list