[llvm-bugs] [Bug 47430] Missing fold &a[i] - &a[j] => i - j
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Tue Nov 24 12:25:22 PST 2020
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=47430
Sanjay Patel <spatel+llvm at rotateright.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |ab29f09, 678b9c5
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
--- Comment #9 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Re-did the wrapping flags patch:
https://reviews.llvm.org/rGab29f091eb64
And re-arranged the folds (we still miss the example in comment 3):
https://reviews.llvm.org/rG678b9c5dde0d
So that should take care of the problem in the description.
-- 
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/20201124/2cf62dcd/attachment.html>
    
    
More information about the llvm-bugs
mailing list