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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from [email protected] ---
https://reviews.llvm.org/D109789 (the getGEPExpr issue) and
https://reviews.llvm.org/D109845 (the original invariant add + addrec fold
issue) have both landed.

As of now, that means all the *known* inconsistencies with the new flags model
have been addressed.  Both changes have some codegen quality regression risk,
so we'll have to see what is reported over the next couple weeks.

https://reviews.llvm.org/D111003 has also landed.  That's an effort to minimize
performance impact from D109789 preemptively.  

I have other planned inference work in this area, but given the goal of this
particular PR has been achieved, I'm going to close out this bug.  We can
reopen if we need to revert any of the above changes or find new
inconsistencies.

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

Reply via email to