[llvm-bugs] [Bug 35479] Optimize (x % C1) == C2 into (x - C2) * C3 < C4
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Nov 22 04:37:45 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=35479
Roman Lebedev <lebedev.ri at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Assignee|dmytro.shynkevych at uwaterloo |lebedev.ri at gmail.com
|.ca |
Fixed By Commit(s)| |29d05c005fa, cd9b19484b6,
| |676594305a1, edfaee08115,
| |3f46022e33b, 96cf5c8d478
Status|NEW |RESOLVED
--- Comment #15 from Roman Lebedev <lebedev.ri at gmail.com> ---
I think we're done here.
--
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/20191122/be5b76d8/attachment.html>
More information about the llvm-bugs
mailing list