mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 19:16:43 +00:00
[Polly][FIX] Adjust enum after D153305
This commit is contained in:
parent
f595c50040
commit
b288e66862
@ -1649,7 +1649,7 @@ bool ScopBuilder::buildAccessCallInst(MemAccInst Inst, ScopStmt *Stmt) {
|
||||
return true;
|
||||
|
||||
if (ME.onlyAccessesArgPointees()) {
|
||||
ModRefInfo ArgMR = ME.getModRef(MemoryEffects::ArgMem);
|
||||
ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem);
|
||||
auto AccType =
|
||||
!isModSet(ArgMR) ? MemoryAccess::READ : MemoryAccess::MAY_WRITE;
|
||||
Loop *L = LI.getLoopFor(Inst->getParent());
|
||||
|
Loading…
x
Reference in New Issue
Block a user