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

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 16 10:32:50 PST 2015


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151116/2d4f0b4f/attachment.html>


More information about the cfe-commits mailing list