Displaying 2 results from an estimated 2 matches for "6fef12a6".
2020 Aug 06
2
[RFC] Introduce Dump Accumulator
...d another script to
> copy them into your dispatcher (or something), and that's it.
>
> What am I missing?
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200806/6fef12a6/attachment-0001.html>
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
On Wed, Aug 5, 2020 at 3:51 PM Eli Friedman <efriedma at quicinc.com> wrote:
> I’m not a fan of keeping important data outside the IR in an analysis. If
> we’re planning to emit it, it should be represented directly in the IR. Is
> there some reason we can’t just stick the data in a global variable?
>
The analysis in the scenarios here is external to LLVM - ML training, for