[Bug target/77822] [6/7 Regression] arm64 Error: immediate value out of range 0 to 63 at operand 3

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 5 12:16:00 GMT 2016


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

--- Comment #17 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Yes, combine should avoid forming patterns that can never match.  It already
does that in many cases.  Where does it form this one?

And yes, the target should not allow patterns it has no instruction for,
let alone patterns on which it will crash later ;-)


More information about the Gcc-bugs mailing list