[llvm-branch-commits] [llvm] f34cb2d - Revert "[GlobalISel] Split Legalizer debug ouput into paragraphs. NFC (#143427)"

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jun 15 02:27:49 PDT 2025


Author: Austin
Date: 2025-06-15T17:27:46+08:00
New Revision: f34cb2d084ab06d744620ec8542e12effd45409e

URL: https://github.com/llvm/llvm-project/commit/f34cb2d084ab06d744620ec8542e12effd45409e
DIFF: https://github.com/llvm/llvm-project/commit/f34cb2d084ab06d744620ec8542e12effd45409e.diff

LOG: Revert "[GlobalISel] Split Legalizer debug ouput into paragraphs. NFC (#143427)"

This reverts commit 89f692a24f6a13ae5cf9e37f91abe6f34c403258.

Added: 
    

Modified: 
    llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
index 028bffd1bf5a7..83ba71e4c9d49 100644
--- a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
@@ -118,7 +118,7 @@ LegalizerHelper::LegalizerHelper(MachineFunction &MF, const LegalizerInfo &LI,
 LegalizerHelper::LegalizeResult
 LegalizerHelper::legalizeInstrStep(MachineInstr &MI,
                                    LostDebugLocObserver &LocObserver) {
-  LLVM_DEBUG(dbgs() << "\nLegalizing: " << MI);
+  LLVM_DEBUG(dbgs() << "Legalizing: " << MI);
 
   MIRBuilder.setInstrAndDebugLoc(MI);
 


        


More information about the llvm-branch-commits mailing list