[PATCH] D27216: [SCEVExpand] do not hoist divisions by zero (PR30935)

Andrew Trick via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 08:23:26 PST 2016


atrick added a comment.

How do you know this won't move division that used to be outside the loop (possibly multiple levels) inside the innermost loop?


Repository:
  rL LLVM

https://reviews.llvm.org/D27216





More information about the llvm-commits mailing list