[all-commits] [llvm/llvm-project] a7b69d: [BOLT][NFC] Move BinaryDominatorTree out of Binary...

Amir Ayupov via All-commits all-commits at lists.llvm.org
Tue May 17 14:20:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7b69dbdd10fd8a022bf68b00e6d094fb5b0b9c2
      https://github.com/llvm/llvm-project/commit/a7b69dbdd10fd8a022bf68b00e6d094fb5b0b9c2
  Author: Amir Ayupov <aaupov at users.noreply.github.com>
  Date:   2022-05-17 (Tue, 17 May 2022)

  Changed paths:
    A bolt/include/bolt/Core/BinaryDomTree.h
    M bolt/include/bolt/Core/BinaryLoop.h
    M bolt/lib/Core/BinaryFunction.cpp

  Log Message:
  -----------
  [BOLT][NFC] Move BinaryDominatorTree out of BinaryLoop header

Split up the BinaryLoop header and move BinaryDominatorTree into its own header,
preparing it for a standalone use.

Reviewed By: rafauler

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




More information about the All-commits mailing list