[PATCH] D51205: Move SuffixTree type to a common location
Tom Rix via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 23 20:37:07 PDT 2018
trixirt created this revision.
trixirt added reviewers: jpaquette, rriddle, davide.
Herald added subscribers: llvm-commits, dexonsmith.
Following up on earlier IR Outliner discussion
http://lists.llvm.org/pipermail/llvm-dev/2017-September/117814.html
The general approach is to reuse the MachineOutliner.
So this change addresses
1. SuffixTree or SuffixArray.
Picking SuffixTree.
Using SuffixTree generally, requires it move to a common location
Repository:
rL LLVM
https://reviews.llvm.org/D51205
Files:
include/llvm/ADT/SuffixTree.h
lib/CodeGen/MachineOutliner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51205.162323.patch
Type: text/x-patch
Size: 35176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180824/480563a9/attachment.bin>
More information about the llvm-commits
mailing list