[PATCH] D63582: [LICM & MSSA] Limit unsafe sinking and hoisting.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 22:32:31 PDT 2019


Thank you!

On Thu, Jun 20, 2019, 9:47 PM Yevgeny Rouban via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:

> yrouban added inline comments.
>
>
> ================
> Comment at: llvm/trunk/test/Analysis/MemorySSA/pr42294.ll:1
> +; RUN: opt -loop-rotate -licm %s -disable-output
> -enable-mssa-loop-dependency=true -debug-only=licm 2>&1 | FileCheck %s
> -check-prefix=LICM
> +; RUN: opt -loop-rotate -licm %s -disable-output
> -enable-mssa-loop-dependency=false -debug-only=licm 2>&1 | FileCheck %s
> -check-prefix=LICM
> ----------------
> I have just added REQUIRES asserts as it uses -debug-only=licm
>
>
> Repository:
>   rL LLVM
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D63582/new/
>
> https://reviews.llvm.org/D63582
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://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/20190620/fc373ce0/attachment.html>


More information about the llvm-commits mailing list