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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu.org
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-07-30

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Even simple as this GCC does the load:
```
#include <arm_sve.h>

svuint32_t
foo1 (void)
{
    return svdup_u32(0x0a0d5c3f);
}
```

Reply via email to