[all-commits] [llvm/llvm-project] cfa094: Cope with MCOperand null Insts (#91794)

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Tue May 14 06:35:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cfa09473a6f904d214a1b514f41b9d4d9276c927
      https://github.com/llvm/llvm-project/commit/cfa09473a6f904d214a1b514f41b9d4d9276c927
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M llvm/lib/MC/MCInst.cpp

  Log Message:
  -----------
  Cope with MCOperand null Insts (#91794)

MCOperand has a constructor that permits a nullptr MCInst, and BOLT makes use of that. Adjust MCOperand's dumper to permit such use.



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