[all-commits] [llvm/llvm-project] 354903: [NFC][Debugify][Original DI] Use MapVector insted ...

Djordje Todorovic via All-commits all-commits at lists.llvm.org
Fri May 21 02:58:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35490329cb161029329152a956783ef1873824ea
      https://github.com/llvm/llvm-project/commit/35490329cb161029329152a956783ef1873824ea
  Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/Debugify.h

  Log Message:
  -----------
  [NFC][Debugify][Original DI] Use MapVector insted of DenseMap for DI tracking

By using MapVector instead of DenseMap, reporting issues will be in
deterministic order.

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




More information about the All-commits mailing list