[PATCH] D39921: [SROA] Correctly invalidate analyses when dead instructions deleted
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 09:59:42 PST 2017
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/Transforms/SROA/dead-inst.ll:14-15
+
+; ModuleID = 'bugpoint-reduced-simplified.bc'
+source_filename = "bugpoint-output-7a27a2b.bc"
+target datalayout = "e-m:e-i64:64-n32:64"
----------------
you don't need these two.
https://reviews.llvm.org/D39921
More information about the llvm-commits
mailing list