[llvm-testresults] [llvm-commits] buildbot failure in The LLVM Compiler Infrastructure on full-llvm-OSX

David Greene dag at cray.com
Wed May 6 10:30:28 PDT 2009


On Wednesday 06 May 2009 11:55, Dan Gohman wrote:

> APInt's constructor has a third argument, which is a boolean
> specifying whether the uint64_t argument should be sign-extended
> out to the specified bit width. It defaults to false, so the
> values here are being zero-extended out to 128 bits before
> the multiply. It looks like true should be passed here, in
> order to get a full signed multiply.

Ah, ok.  I'm on it.

                            -Dave



More information about the llvm-testresults mailing list