Re: r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-07 Thread Renato Golin via cfe-commits
On 6 September 2016 at 01:21, Nico Weber wrote: > Renato, I remember you saying you worked around the bot problem by making > the build dir a symlink. Maybe stuff gets confused by that setup? Symlink > build dirs tend to cause trouble. Hi Nico, The symlink was from base source to base source, sh

Re: r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-05 Thread Nico Weber via cfe-commits
Renato, I remember you saying you worked around the bot problem by making the build dir a symlink. Maybe stuff gets confused by that setup? Symlink build dirs tend to cause trouble. On Sep 5, 2016 8:11 PM, "Craig Topper via cfe-commits" < cfe-commits@lists.llvm.org> wrote: > This error makes even

Re: r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-05 Thread Craig Topper via cfe-commits
This error makes even less sense. Nothing about __builtin_ia32_selectd_512 requires a constant integer. /home/linaro/buildbot/clang-cmake-thumbv7-a15/stage1/bin/../lib/clang/4.0.0/include/avx512fintrin.h:223:19: error: argument to '__builtin_ia32_selectd_512' must be a constant integer return (_

Re: r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-05 Thread Renato Golin via cfe-commits
On 6 September 2016 at 00:27, Craig Topper wrote: > This failure doesn't make sense. It's acting like the test was updated for > r280596, but not the intrinsic header or the clang binary. That's the only > way I can think that the output IR could contain > @llvm.x86.avx512.mask.padd.b.256. Hi Cra

Re: r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-05 Thread Craig Topper via cfe-commits
This failure doesn't make sense. It's acting like the test was updated for r280596, but not the intrinsic header or the clang binary. That's the only way I can think that the output IR could contain @llvm.x86.avx512.mask.padd.b.256. /home/linaro/buildbot/clang-cmake-armv7-a15-full/llvm/tools/clang

Re: r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-05 Thread Renato Golin via cfe-commits
On 3 September 2016 at 20:19, Craig Topper via cfe-commits wrote: > Author: ctopper > Date: Sat Sep 3 14:19:49 2016 > New Revision: 280597 > > URL: http://llvm.org/viewvc/llvm-project?rev=280597&view=rev > Log: > [AVX-512] Remove masked integer mullo builtins and replace with native IR. > > Modif

r280597 - [AVX-512] Remove masked integer mullo builtins and replace with native IR.

2016-09-03 Thread Craig Topper via cfe-commits
Author: ctopper Date: Sat Sep 3 14:19:49 2016 New Revision: 280597 URL: http://llvm.org/viewvc/llvm-project?rev=280597&view=rev Log: [AVX-512] Remove masked integer mullo builtins and replace with native IR. Modified: cfe/trunk/include/clang/Basic/BuiltinsX86.def cfe/trunk/lib/Headers/av