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

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 5 15:53:20 PDT 2016


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


More information about the cfe-commits mailing list