[PATCH] D143897: [CodeGenPrepare] Estimate liveness of loop invariants when checking for address folding profitability
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 14:41:25 PDT 2023
efriedma added a comment.
All the operations involved here should be deterministic. You're probably looking for a bug elsewhere. One possibility is that LoopInfo doesn't contain the correct information... for example, the CFG changes, but that change isn't recorded in LoopInfo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143897/new/
https://reviews.llvm.org/D143897
More information about the llvm-commits
mailing list