[llvm] r327100 - Attempt to fix vecreduce-propagate-sd-flags.ll test.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 21:17:39 PST 2018


Hello Matt,

It looks like this commit broke few our builders:

http://lab.llvm.org:8011/builders/clang-with-lto-ubuntu/builds/7567
http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu

UNRESOLVED: LLVM :: CodeGen/AArch64/vecreduce-propagate-sd-flags.s (16828
of 37668)
******************** TEST 'LLVM ::
CodeGen/AArch64/vecreduce-propagate-sd-flags.s' FAILED ********************

Please have a look?

Thanks

Galina


On Thu, Mar 8, 2018 at 6:04 PM, Matt Morehouse via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: morehouse
> Date: Thu Mar  8 18:04:30 2018
> New Revision: 327100
>
> URL: http://llvm.org/viewvc/llvm-project?rev=327100&view=rev
> Log:
> Attempt to fix vecreduce-propagate-sd-flags.ll test.
>
> Buildbots have been failing since r327079.
>
> Modified:
>     llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
>
> Modified: llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/
> CodeGen/AArch64/vecreduce-propagate-sd-flags.ll?rev=
> 327100&r1=327099&r2=327100&view=diff
> ============================================================
> ==================
> --- llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
> (original)
> +++ llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll Thu
> Mar  8 18:04:30 2018
> @@ -1,6 +1,6 @@
>  ; REQUIRES: arm-registered-target
>  ; REQUIRES: asserts
> -; RUN: llc %s -debug-only=legalize-types 2>&1 | FileCheck %s
> +; RUN: llc -o /dev/null %s -debug-only=legalize-types 2>&1 | FileCheck %s
>
>  ; This test check that when v4f64 gets broken down to two v2f64 it
> maintains
>  ; the "nnan" flags.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180309/ad8b7715/attachment.html>


More information about the llvm-commits mailing list