[PATCH] D146987: [Assignment Tracking] Enable by default

Steven Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 15:50:09 PDT 2023


srj added a comment.

In D146987#4285299 <https://reviews.llvm.org/D146987#4285299>, @jmorse wrote:

> In D146987#4285275 <https://reviews.llvm.org/D146987#4285275>, @srj wrote:
>
>> For the record, this also breaks (broke?) Halide:
>>
>> Assertion failed: (!(Elmt.getFragmentOrDefault() == Next.getFragmentOrDefault())), function operator(), file AssignmentTrackingAnalysis.cpp, line 2020.
>
> That's a new one -- would you be able to give some context and a reproducer? Thanks for reporting!

Yep -- as of LLVM commit 3c9083f6757cbaf6f8d6c601586d99a11faf642e <https://reviews.llvm.org/rG3c9083f6757cbaf6f8d6c601586d99a11faf642e>, Halide is still broken. Working on a repro case now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146987



More information about the cfe-commits mailing list