This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/62262] aarch64 gcc generates invalid assembler


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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Also the reason why it shows up in the first place is because the gimple level
tracer produces:
  <bb 7>:
  # iftmp.0_13 = PHI <32(3)>
  value_5 = value_3 << iftmp.0_13;
  packed_6 = value_5 & 8388607;

And never props the constant from the PHI node until RTL combine.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]