[Lldb-commits] [PATCH] D91734: [FastISel] Flush local value map on every instruction
Paul Robinson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 6 08:58:25 PST 2021
probinson added a comment.
In D91734#2482318 <https://reviews.llvm.org/D91734#2482318>, @dblaikie wrote:
> But, yes, we could possibly do better with more strategic is_stmt, but that's a big/complex piece of work to tackle.
Oh, absolutely. Didn't mean to imply otherwise. And the behavior now is at least easily explainable in terms of source line.
Thanks for the review, this has been an irritant for our licensees since forever. And especially thanks @rnk for the flush-on-every-instruction suggestion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91734/new/
https://reviews.llvm.org/D91734
More information about the lldb-commits
mailing list