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] Improved insn splitting in try_combine


On Tuesday 13 December 2005 05:17, Roger Sayle wrote:
> This approach to local (intra-instruction) CES/reassociation in combine
> is complementary to Dan's proposed tree-ssa reassociation work.  It's
> effectively a target independent peephole that allows poorly associated
> operations to be reorganized.  This optimization isn't implemented in
> the version of LLVM available as an on-line demo, and I suspect not by
> Dan's pass (but I haven't looked too closely).

So why not check that, and add this optimization there instead?

Gr.
Steven


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