[llvm] r358057 - Add REQUIRES: asserts to test using -debug-only
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 02:05:43 PDT 2019
Thanks!
> On Apr 10, 2019, at 09:44, David Stenberg via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> Author: dstenb
> Date: Wed Apr 10 01:44:57 2019
> New Revision: 358057
>
> URL: http://llvm.org/viewvc/llvm-project?rev=358057&view=rev
> Log:
> Add REQUIRES: asserts to test using -debug-only
>
> Modified:
> llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
>
> Modified: llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll?rev=358057&r1=358056&r2=358057&view=diff
> ==============================================================================
> --- llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll (original)
> +++ llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll Wed Apr 10 01:44:57 2019
> @@ -1,3 +1,4 @@
> +; REQUIRES: asserts
> ; RUN: opt < %s -S -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop-vectorize -disable-output 2>&1 | FileCheck %s
>
> ; This test checks that, when stress testing VPlan, if the computed VF
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list