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

Sanjay Patel <spatel+l...@rotateright.com> changed:

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

--- Comment #5 from Sanjay Patel <spatel+l...@rotateright.com> ---
>From the debug spew of instcombine, we now canonicalize the ashr+and to
icmp+select, so that's the very recent:
https://reviews.llvm.org/D111410

We might've have managed to reduce it through some other combination of folds
before last week, but either way, the examples here are now fixed.

-- 
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