[llvm-bugs] [Bug 51817] [SCEV] Violation of proposed definitional flag rules

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Oct 3 16:22:04 PDT 2021


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

listmail at philipreames.com changed:

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

--- Comment #5 from listmail at philipreames.com ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211003/f4976139/attachment-0001.html>


More information about the llvm-bugs mailing list