[llvm-bugs] [Bug 48816] Failure to simplify trunc(abs(sext(x))) -> abs(x)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 22 11:11:25 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=48816
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |e679eea, 411c144
Resolution|--- |FIXED
--- Comment #8 from Sanjay Patel <spatel+llvm at rotateright.com> ---
https://reviews.llvm.org/rG411c144e4c99
min/max intrinsics should have a similar fold, but we'll need to account for
binop variations like a constant operand vs. 2 {s/z}exts.
--
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/20210122/206222bd/attachment-0001.html>
More information about the llvm-bugs
mailing list