[all-commits] [llvm/llvm-project] 98bd0d: [SelectionDAG] Adjust placement of blank lines in ...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Nov 2 09:35:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98bd0d9dd2da0edec15b5eb7acb480c47c4594cc
      https://github.com/llvm/llvm-project/commit/98bd0d9dd2da0edec15b5eb7acb480c47c4594cc
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

  Log Message:
  -----------
  [SelectionDAG] Adjust placement of blank lines in debug output. NFC (#70969)

Also add a blank line to the beginning of every dump of the SelectionDAG
to visually separate it from whatever the last message was.

Add a blank line before "Legalizing node:" in the type legalizer. Remove
the blank line after things like "Promote integer result:".

This keeps all of the messages for the legalization of a single node
grouped together with no blank lines in the middle. This is consistent
with the operation legalizers.




More information about the All-commits mailing list