[cfe-commits] r111612 - /cfe/trunk/lib/CodeGen/CGBuiltin.cpp
Bob Wilson
bob.wilson at apple.com
Fri Aug 20 10:40:30 PDT 2010
On Aug 20, 2010, at 9:35 AM, Chris Lattner wrote:
>
> On Aug 19, 2010, at 8:36 PM, Bob Wilson wrote:
>
>> Author: bwilson
>> Date: Thu Aug 19 22:36:08 2010
>> New Revision: 111612
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=111612&view=rev
>> Log:
>> Translate NEON vmovl intrinsics to zero/sign-extend operations.
>
> Hi Bob,
>
> If the builtin directly corresponds to LLVM IR constructs, it should be removed. Clang's arm_neon.h file should just implement the arm function in terms of the IR ops.
Yeah, I'm too used to llvm-gcc.... I'll fix it.
More information about the cfe-commits
mailing list