We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524bcd0 commit f71c8bcCopy full SHA for f71c8bc
enzyme/Enzyme/FunctionUtils.cpp
@@ -941,7 +941,7 @@ Function *CreateMPIWrapper(Function *F) {
941
#if LLVM_VERSION_MAJOR >= 16
942
W->addFnAttr(Attribute::getWithMemoryEffects(
943
F->getContext(),
944
- MemoryEffects::inaccessibleOrArgMemOnly()));
+ MemoryEffects::inaccessibleMemOnly()));
945
#endif
946
#if LLVM_VERSION_MAJOR >= 14
947
W->addFnAttr(Attribute::get(F->getContext(), "enzyme_inactive"));
0 commit comments