[all-commits] [llvm/llvm-project] bb677c: [SuffixTree][MachOpt] Factoring out Suffix Tree an...

Andrew Litteken via All-commits all-commits at lists.llvm.org
Mon Jun 8 12:44:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bb677cacc803022211827509754a993ab2febf93
      https://github.com/llvm/llvm-project/commit/bb677cacc803022211827509754a993ab2febf93
  Author: Andrew Litteken <andrew_litteken at apple.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    A llvm/include/llvm/Support/SuffixTree.h
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/Support/CMakeLists.txt
    A llvm/lib/Support/SuffixTree.cpp
    M llvm/unittests/Support/CMakeLists.txt
    A llvm/unittests/Support/SuffixTreeTest.cpp

  Log Message:
  -----------
  [SuffixTree][MachOpt] Factoring out Suffix Tree and adding Unit Tests

This moves the SuffixTree test used in the Machine Outliner and moves it into Support for use in other outliners elsewhere in the compilation pipeline.

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




More information about the All-commits mailing list