[PATCH] D79787: [IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)
dmajor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 08:01:59 PDT 2020
dmajor added a comment.
Is it a problem that the test case doesn't fail on trunk before the patch, since `SCEVMinMaxExpr` is no longer automatically high cost? I noted this in D79720 <https://reviews.llvm.org/D79720> but wasn't sure how to nudge the code around it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79787/new/
https://reviews.llvm.org/D79787
More information about the llvm-commits
mailing list