This is the mail archive of the gcc-patches@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]

Re: [PATCH] Optimize andl $0xffffffff, %eax


Richard Guenther <richard.guenther@gmail.com> writes:
> Hm, isn't that something simplify-rtx should do?  Transform
> (and:SI reg 0xfffff) to (zero-extend:SI (subreg ...))?

It should be more like make_compound_operation in combine.

Adam


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