[PATCH] D60634: [MemorySSA] Add previous def to cache when found, even if trivial.

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 14:38:26 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/pr40749_2.ll:1
+;RUN: opt -S -licm -loop-unswitch -enable-mssa-loop-dependency -verify-memoryssa %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`?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60634





More information about the llvm-commits mailing list