[PATCH] D89456: [SCEV] Introduce SCEVPtrToIntExpr (PR46786)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 13:28:26 PDT 2020


efriedma added a comment.

Oh, also, are you planning to implement the SCEV simplifications in this patch, or a followup?  I can see reasons to go either way, I guess. I'd weakly lean towards implementing them here, so we can avoid churn implementing handling for cases that can't happen after simplification.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89456



More information about the llvm-commits mailing list