[PATCH] D73496: [IRCE] Use SCEVExpander to modify loop bound

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 04:49:04 PST 2020


mkazantsev added inline comments.


================
Comment at: llvm/test/Transforms/IRCE/non-loop-invariant-rhs-instr.ll:1
+; RUN: opt -irce-print-changed-loops -S -verify-loop-info -irce -verify < %s 2>&1 | FileCheck %s
+
----------------
Please add run command for new pass manager.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73496





More information about the llvm-commits mailing list