Files
clang-p2996/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
Craig Topper cd3667d1db [CodeGen] Update a few places that were passing Register to raw_ostream::operator<< (#106877)
These would implicitly cast the register to `unsigned`. Switch most of
them to use printReg will give a more readable output. Change some
others to use Register::id() so we can eventually remove the implicit
cast to `unsigned`.
2024-09-02 00:19:19 -07:00

18 KiB