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

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 21:47:56 PDT 2019


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





More information about the llvm-commits mailing list