r252834 - Provide a frontend based error for always_inline functions that require

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 16 12:09:48 PST 2015


Thanks Eric!!

On Mon, Nov 16, 2015 at 10:32 AM, Eric Christopher <echristo at gmail.com> wrote:
> Fixed thusly:
>
> dzur:~/sources/llvm/tools/clang> git svn dcommit
> Committing to https://llvm.org/svn/llvm-project/cfe/trunk ...
> A test/CodeGen/target-features-no-error.c
> M lib/CodeGen/CodeGenFunction.cpp
> Committed r253242
>
> Thanks!
>
> -eric
>
> On Mon, Nov 16, 2015 at 9:48 AM Bruno Cardoso Lopes
> <bruno.cardoso at gmail.com> wrote:
>>
>> Hi Eric,
>>
>> On Fri, Nov 13, 2015 at 8:55 PM, Eric Christopher <echristo at gmail.com>
>> wrote:
>> > This all sounds a little weird as _mm_mul_ps only requires sse. Can you
>> > give
>> > me a testcase and command line that you're using to trigger this?
>>
>> clang -O3 -flto -arch x86_64h -fomit-frame-pointer -c
>> test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c -o
>> /dev/null
>>
>> Thanks,
>>
>> --
>> Bruno Cardoso Lopes
>> http://www.brunocardoso.cc



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc


More information about the cfe-commits mailing list