[all-commits] [llvm/llvm-project] 3dba5d: [MIR] Add missing noteNewVirtualRegister callbacks...

Akshat Oke via All-commits all-commits at lists.llvm.org
Mon Oct 14 01:59:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dba5d858455149cb843c2f000109265cc523267
      https://github.com/llvm/llvm-project/commit/3dba5d858455149cb843c2f000109265cc523267
  Author: Akshat Oke <76596238+optimisan at users.noreply.github.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list