[PATCH] D106852: [SCEV] Fix getAddExpr for adding loop invariants into start of some AddRec

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 14:30:47 PDT 2021


efriedma added a comment.

Also, this is possibly an argument for changing the way nsw flags work.  The amount of work we do to try to translate simple IR markings in SCEV is getting a bit crazy.


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

https://reviews.llvm.org/D106852



More information about the llvm-commits mailing list