[PATCH] D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 20:39:07 PST 2020


mkazantsev added inline comments.


================
Comment at: llvm/test/Transforms/IndVarSimplify/Mips/rewrite-loop-exit-values-phi.ll:33
+
+target datalayout = "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
+target triple = "mipsel"
----------------
Please commit this test separately with current auto-generated checks (use utils/update_test_checks.py for it). Then, with your code change, update the automated checks. It will clearly show what exactly your patch changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91153



More information about the llvm-commits mailing list