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

Drea Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot 
gnu.org

--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Simplified testcase for MAX_EXPR:
```
#include <arm_sve.h>
__attribute((target("+sve")))
int f1()
{
  int t = svcntb();
  int t1 = 1;
  return t > t1 ? t : t1;
}
```

Currently poly_int_binop has support for MIN_EXPR but not for MAX_EXPR.

I have someone that is going to work on this.

Reply via email to