[llvm-commits] Fix for PR1798 (ScalarEvolution)

Wojciech Matyjewicz wmatyjewicz at fastmail.fm
Sat Feb 9 09:26:10 PST 2008


Hi,

I've attached an updated version of the patch. It is ready for using
support for APInts in the code generator, but currently it doesn't rely
on this feature. I've added a hack that rounds up the computation
bitwidth to power of 2 (only these bitwidths are allowed: 1, 2, ...,
64). Hack is visible and very easy to remove in future.

Is it safe to commit it now?

-Wojtek

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: PR1798-fix.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080209/3d511546/attachment.ksh>


More information about the llvm-commits mailing list