Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
David Green fcef8a471e [GlobalISel] Put legalizer rule debug behind a verbose option. (#138277)
With the large number of G_ opcodes now present, this debug information
emitted for checking the global isel legalizer rules are valid is quite
verbose and runs even when gisel is not being used. This makes it
especially verbose when running a single pass with -debug.

This patch puts it behind a verbose debug option so that most people
don't need to worry about it.
2025-05-17 16:48:44 +01:00

15 KiB