[PATCH] D127083: [MCA] Introducing incremental SourceMgr and resumable pipeline

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 14:50:03 PDT 2022


myhsu added a comment.

In D127083#3561083 <https://reviews.llvm.org/D127083#3561083>, @holland11 wrote:

> Out of curiosity, what is one of the motivating use cases for this?

These changes are originated from a downstream project which tries use MCA in a larger scale but observed some difficulties on flexibility as well as increasing memory footprint when the input size is big. This patch (and the following one) upstream some of the improvements on those issues because we think making MCA more scalable is generally a good idea and there might be some community members with a similar need. Here is the full story: https://youtu.be/ZGEP7JEIKNo

> As far as reviewing goes, I haven't been actively involved in mca enough lately to consider my opinions or input of much value, but I appreciate being notified of these PRs so that I can learn from them :).




CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127083/new/

https://reviews.llvm.org/D127083



More information about the llvm-commits mailing list