Skip to content

Commit aa5ff25

Browse files
committed
add comment
1 parent 5127939 commit aa5ff25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Analysis/ScalarEvolution.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14967,6 +14967,7 @@ bool SCEVWrapPredicate::implies(const SCEVPredicate *N,
1496714967
if (Start->getType()->isPointerTy() != OpStart->getType()->isPointerTy())
1496814968
return false;
1496914969

14970+
// Reject pointers to different address spaces.
1497014971
if (Start->getType()->isPointerTy() && Start->getType() != OpStart->getType())
1497114972
return false;
1497214973

0 commit comments

Comments
 (0)