[PATCH] D101190: [LoopIdiom] Ignore memory accesses to constant memory
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 23 11:49:18 PDT 2021
nikic added a comment.
While this works, I don't think this really addresses the root problem of D101017 <https://reviews.llvm.org/D101017>. Your example already folds fine with `-globals-aa -loop-idiom`. If GlobalsAA is not available at the time LoopIdiom runs, then that's a bug...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101190/new/
https://reviews.llvm.org/D101190
More information about the llvm-commits
mailing list