mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[PM/AA] Update Polly for r239886 which removed UnknownSize from
AliasAnalysis by getting it from its newly canonical home of MemoryLocation::UnknownSize. llvm-svn: 239890
This commit is contained in:
@@ -634,7 +634,7 @@ bool ScopDetection::isValidMemoryAccess(Instruction &Inst,
|
||||
AAMDNodes AATags;
|
||||
Inst.getAAMetadata(AATags);
|
||||
AliasSet &AS = Context.AST.getAliasSetForPointer(
|
||||
BaseValue, AliasAnalysis::UnknownSize, AATags);
|
||||
BaseValue, MemoryLocation::UnknownSize, AATags);
|
||||
|
||||
// INVALID triggers an assertion in verifying mode, if it detects that a
|
||||
// SCoP was detected by SCoP detection and that this SCoP was invalidated by
|
||||
|
||||
Reference in New Issue
Block a user