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/66822] Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for -miamcu


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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Yulia Koval from comment #1)
> I think it's a good idea.

If we do that, we may also adjust iamcu_cost:

  COSTS_N_INSNS (3),                    /* cost of movsx */
  COSTS_N_INSNS (2),                    /* cost of movzx */


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