Creates a new generic interface for outlining. Adds a outliner impl to abstract the process of candidate selection and pruning for sequential outliners(generally based upon suffix type data structures.) The sequential outliner impl provides means of candidate selection via a suffix array or a suffix tree. This patch also ports the machine outliner to use the new interface.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please upload patches with context to make review easier (https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface)