[Bug target/105034] [10/11/12 regression]Suboptimal codegen for min/max with -Os

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 23 11:01:21 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105034

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-03-23
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Target Milestone|---                         |10.4
           Priority|P3                          |P2

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
With -mavx it gets worse since vpxor is one byte larger than xorps.  Not sure
if STV is tuned for -Os very well.


More information about the Gcc-bugs mailing list