[llvm-commits] [PATCH] Don't introduce custom nodes when building divide by constant after legalization

Eli Friedman eli.friedman at gmail.com
Thu Nov 3 17:58:04 PDT 2011


On Tue, Nov 1, 2011 at 6:07 AM, Richard Osborne <richard at xmos.com> wrote:
> This patch changes TargetLowering::BuildSDIV() and
> TargetLowering::BuildUDIV() so they avoid introducing nodes that require
> custom handling after legalization has taken place. This fixes PR11283.

Looks fine; please commit.

-Eli



More information about the llvm-commits mailing list