[PATCH] D75923: [Attributor] Deduction based on recursive path exploration

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 03:46:57 PDT 2020


uenoku planned changes to this revision.
uenoku added a comment.

This patch traverses the same context multiple times so the cost might get huge.
I'll create something like a cache.


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

https://reviews.llvm.org/D75923





More information about the llvm-commits mailing list