[polly] r238929 - Lower signed-divisions without rounding to ashr instructions

Tobias Grosser tobias at grosser.es
Thu Jun 4 00:50:01 PDT 2015


On 06/03/2015 06:13 PM, Johannes Doerfert wrote:
> Isnt't there a LLVM pass that will do this kind of optimization
> (Instcombine)?

Yes, it triggers if we mark the sdiv as 'exact'. See r239025.

Tobias



More information about the llvm-commits mailing list