[PATCH] D80975: [SCEV][IndVarSimplify] insert point should not be block front if the front instruction is a PHI

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 07:39:44 PDT 2020


shchenz added a comment.

@lebedev.ri  Hi Roman, could you please help to have another look at this issue? This patch is to fix an insert point bug. And per your suggestion, make the fix at the caller side, like IndVarSimplify and SCEVExpander itself. Thanks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80975





More information about the llvm-commits mailing list