[llvm] [LLVM] Add color to SDNode ID's when dumping (PR #141295)
Francesco Petrogalli via llvm-commits
llvm-commits at lists.llvm.org
Fri May 23 16:25:12 PDT 2025
fpetrogalli wrote:
> 
If I look at this dump I see:
1. The dump uses the same colors for t1 and t8, and t10 and t3.
2. The nodes t8, t3 and t5 should not be printed at all [*]
Now I have two things that confuse me, instead of just one.
But this is my personal preference, if other people like the feature, I will not stop it.
[*] Why are these nodes even printed is a separate issue that I think it is worth pointing out. They are made explicit in the nodes that use them!
https://github.com/llvm/llvm-project/pull/141295
More information about the llvm-commits
mailing list