https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97873
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49588|0 |1 is obsolete| | --- Comment #8 from Uroš Bizjak <ubizjak at gmail dot com> --- Created attachment 49598 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49598&action=edit Proposed v2 patch This patch implements different approach, where we expand ABS to an ABS RTX. The patch introduces STV handling of ABS insn and splits to optimal sequence if STV isn't profitable. The patch also fixes various issues with existing minmax, neg and abs patterns.