forked from OSchip/llvm-project
parent
7873de0cf6
commit
cbb5e02f4a
|
@ -1071,8 +1071,8 @@ bool llvm::promoteLoopAccessesToScalars(
|
||||||
|
|
||||||
/// Returns an owning pointer to an alias set which incorporates aliasing info
|
/// Returns an owning pointer to an alias set which incorporates aliasing info
|
||||||
/// from L and all subloops of L.
|
/// from L and all subloops of L.
|
||||||
/// FIXME: In new pass manager, there is no helper functions to handle loop
|
/// FIXME: In new pass manager, there is no helper function to handle loop
|
||||||
/// analysis such as cloneBasicBlockAnalysis. So the AST needs to be recompute
|
/// analysis such as cloneBasicBlockAnalysis, so the AST needs to be recomputed
|
||||||
/// from scratch for every loop. Hook up with the helper functions when
|
/// from scratch for every loop. Hook up with the helper functions when
|
||||||
/// available in the new pass manager to avoid redundant computation.
|
/// available in the new pass manager to avoid redundant computation.
|
||||||
AliasSetTracker *
|
AliasSetTracker *
|
||||||
|
|
Loading…
Reference in New Issue