[llvm-commits] [llvm] r125105 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Chris Lattner clattner at apple.com
Thu Feb 17 15:11:22 PST 2011


On Feb 8, 2011, at 11:04 AM, David Greene wrote:

> Author: greened
> Date: Tue Feb  8 13:04:41 2011
> New Revision: 125105
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=125105&view=rev
> Log:
> 
> [AVX] Implement BUILD_VECTOR lowering for 256-bit vectors.  For
> anything but the simplest of cases, lower a 256-bit BUILD_VECTOR by
> splitting it into 128-bit parts and recombining.

Hi David,

Why add the "disable-256bit" command line option?  Please remove it,

-Chris



More information about the llvm-commits mailing list