https://bugs.llvm.org/show_bug.cgi?id=31141

Florian Hahn <florian_h...@apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |FIXED
 Fixed By Commit(s)|                            |360704

--- Comment #9 from Florian Hahn <florian_h...@apple.com> ---
Yep r360704 solves this issue, by weakening the assertion to allow top-level
loops to remain in LoopToAliasSetMap. 

We subsequently clear the map during finalization. There is not much else we
can do with the current structure, as the removed loop object is already
invalid when we call back to LICM to clean up the map.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to