[all-commits] [llvm/llvm-project] ae39de: [MIRParser][nfc] Factor out code parsing debug MD ...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Thu May 4 11:17:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae39de91b80fd73115b5cd5f58019d0bc254234e
      https://github.com/llvm/llvm-project/commit/ae39de91b80fd73115b5cd5f58019d0bc254234e
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

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

  Log Message:
  -----------
  [MIRParser][nfc] Factor out code parsing debug MD nodes

This commit splits a function that both parses MD nodes from YAML into
DI{Expr,Loc,Variable} objects AND adds an entry to the MF variable table, so
that each of those jobs is done separately.

It will enable subsequent patches to reuse the MD node parsing code.

Differential Revision: https://reviews.llvm.org/D149870




More information about the All-commits mailing list