[llvm-commits] [llvm] r52248 - in /llvm/trunk: include/llvm/Analysis/ScalarEvolution.h lib/Analysis/ScalarEvolution.cpp test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll

Wojciech Matyjewicz wmatyjewicz at fastmail.fm
Fri Jun 13 08:04:56 PDT 2008


> Author: nicholas
> Date: Thu Jun 12 23:38:55 2008
> New Revision: 52248
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=52248&view=rev
> Log:
> Crash less. The i64 restriction in BinomialCoefficient caused some problems
> with code that was expecting different bit widths for different values.
> 
> Make getTruncateOrZeroExtend a method on ScalarEvolution, and use it.

Thanks!

By the way, what is the status of codegen support for APInts?

Wojtek



More information about the llvm-commits mailing list