[llvm-commits] [llvm] r63469 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll test/Transforms/ScalarRepl/badarray.ll t

Eli Friedman eli.friedman at gmail.com
Fri Jan 30 19:49:54 PST 2009


On Fri, Jan 30, 2009 at 6:28 PM, Chris Lattner <sabre at nondot.org> wrote:
> In the case above, we got a
> 256 bit integer, but the codegen guys assure me that it can handle the
> simple and/or/shift/zext stuff that we're doing on these operations.

Until instcombine starts combining them into 256-bit mul operations?

-Eli



More information about the llvm-commits mailing list