Files
clang-p2996/llvm/lib/CodeGen/MIRParser
Akshat Oke 3dba5d8584 [MIR] Add missing noteNewVirtualRegister callbacks (#111634)
The delegates' callback isn't invoked on parsing new virtual registers.

There are two places in the serialization where new virtual registers can be discovered: in register infos and in instructions.
2024-10-14 14:29:09 +05:30
..