https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79166
Bug ID: 79166 Summary: [ARM] Implement neon_valid_immediate tricks for BYTES_BIG_ENDIAN Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ktkachov at gcc dot gnu.org Target Milestone: --- As a result of the fix for PR 71270 the various tricks that neon_valid_immediate can do to splat a constant across a vector have been restricted to all but the most basic ones on BYTES_BIG_ENDIAN. This is a PR to track implementing them properly on big-endian targets. See also https://gcc.gnu.org/ml/gcc-patches/2017-01/msg00381.html