[PATCH] D17080: [LAA] Allow more run-time alias checks by coercing pointer expressions to AddRecExprs
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 2 17:23:31 PDT 2017
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Analysis/LoopAccessAnalysis.cpp:740
// check them. But there is no need to checks if there is only one
// dependence set for this alias set.
//
----------------
Please note here that this is the `RunningDepId == 2` check below.
https://reviews.llvm.org/D17080
More information about the llvm-commits
mailing list