[PATCH] D61410: [MemorySSA] Check that block is reachable when renaming.

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 16:04:03 PDT 2019


george.burgess.iv accepted this revision.
george.burgess.iv added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: test/Analysis/MemorySSA/pr41640.ll:1
+; RUN: opt -S -licm -enable-mssa-loop-dependency %s | FileCheck %s
+target datalayout = "E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-v128:64-a:8:16-n32:64"
----------------
`; REQUIRES: asserts`, please


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61410





More information about the llvm-commits mailing list