[PATCH] D78750: [SveEmitter] Add builtins for svdupq and svdupq_lane

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 14:00:13 PDT 2020


sdesmalen added a comment.

In D78750#2018673 <https://reviews.llvm.org/D78750#2018673>, @thakis wrote:

> Looks like this breaks check-clang on Windows:
>  http://45.33.8.238/win/14483/step_7.txt
>
> And some other bots:
>  http://lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/37883/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Aacle_sve_dupq.c
>  http://lab.llvm.org:8011/builders/llvm-avr-linux/builds/993/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Aacle_sve_dupq.c
>
> Please take a look, and revert for now if fixing takes a while.


I suspect some 'CHECK' lines should be CHECK-DAG lines, but I'll investigate that tomorrow. Thanks for pointing out!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78750/new/

https://reviews.llvm.org/D78750





More information about the cfe-commits mailing list