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

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 5 16:27:13 PDT 2016


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/test/CodeGen/avx512vlbw-builtins.c:740:11:
error: expected string not found in input
 //CHECK: add <32 x i8> %{{.*}}, %{{.*}}
          ^
<stdin>:2847:43: note: scanning from here
define <4 x i64> @test_mm256_mask_add_epi8(<4 x i64> %__W, i32 %__U,
<4 x i64> %__A, <4 x i64> %__B) #0 {
                                          ^
<stdin>:2876:80: note: possible intended match here
 %11 = call <32 x i8> @llvm.x86.avx512.mask.padd.b.256(<32 x i8> %5,
<32 x i8> %7, <32 x i8> %9, i32 %10) #4
                                                                               ^
/home/linaro/buildbot/clang-cmake-armv7-a15-full/llvm/tools/clang/test/CodeGen/avx512vlbw-builtins.c:747:11:
error: expected string not found in input
 //CHECK: add <32 x i8> %{{.*}}, %{{.*}}


~Craig

On Mon, Sep 5, 2016 at 3:53 PM, Renato Golin <renato.golin at linaro.org>
wrote:

> On 3 September 2016 at 20:19, Craig Topper via cfe-commits
> <cfe-commits at lists.llvm.org> 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.
> >
> > Modified:
> >     cfe/trunk/include/clang/Basic/BuiltinsX86.def
> >     cfe/trunk/lib/Headers/avx512bwintrin.h
> >     cfe/trunk/lib/Headers/avx512dqintrin.h
> >     cfe/trunk/lib/Headers/avx512fintrin.h
> >     cfe/trunk/lib/Headers/avx512vlbwintrin.h
> >     cfe/trunk/lib/Headers/avx512vldqintrin.h
> >     cfe/trunk/lib/Headers/avx512vlintrin.h
> >     cfe/trunk/test/CodeGen/avx512bw-builtins.c
> >     cfe/trunk/test/CodeGen/avx512dq-builtins.c
> >     cfe/trunk/test/CodeGen/avx512f-builtins.c
> >     cfe/trunk/test/CodeGen/avx512vl-builtins.c
> >     cfe/trunk/test/CodeGen/avx512vlbw-builtins.c
> >     cfe/trunk/test/CodeGen/avx512vldq-builtins.c
>
> Hi Craig,
>
> This caused a regression on our buildbot:
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/14466
>
> Unfortunately, our bots didn't detect because of a change in the
> builder which made all bots not report any errors.
>
> If you can't fix it quickly, please revert and we'll investigate that
> later, as right now, we're dealing with a large number of concurrent
> failures and we won't have time to investigate further.
>
> Sorry.
>
> --reanto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160905/0a9476e5/attachment-0001.html>


More information about the cfe-commits mailing list