Skip to content

Commit

Permalink
[[DAGCombiner][NFC] Add a comment.
Browse files Browse the repository at this point in the history
As suggested in D61846.

llvm-svn: 360755
  • Loading branch information
legrosbuffle committed May 15, 2019
1 parent 041f40e commit d9d0665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Expand Up @@ -19830,6 +19830,8 @@ bool DAGCombiner::isAlias(SDNode *Op0, SDNode *Op1) const {
return false;
}

// Try to prove that there is aliasing, or that there is no aliasing. Either
// way, we can return now. If nothing can be proved, proceed with more tests.
bool IsAlias;
if (BaseIndexOffset::computeAliasing(Op0, MUC0.NumBytes, Op1, MUC1.NumBytes,
DAG, IsAlias))
Expand Down

0 comments on commit d9d0665

Please sign in to comment.