[Bug rtl-optimization/125757] `smax <smin <a, nonneg>, 0>` can be simplified into `umin<a, nonneg>`
kevinstefanov15 at gmail dot com via Gcc-bugs <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125757
Kevin Stefanov <kevinstefanov15 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevinstefanov15 at gmail dot com
--- Comment #3 from Kevin Stefanov <kevinstefanov15 at gmail dot com> ---
I'd like to work on this one. I'd appreciate some mentoring on it, as I'm new
to GCC RTL. I've found the chapter for it in GCC Internals.