[Mlir-commits] [mlir] [mlir] Make MemoryEffectsOpInterface optional. (PR #187427)

Slava Zakharin llvmlistbot at llvm.org
Thu Mar 19 12:56:27 PDT 2026


vzakhari wrote:

> How is "unknown" effects different from returning all possible effects?

Sorry for the bad warning. By "unknown" side effects I meant unknown side effects on unknown resources. So "unknown" means an operation can read/modify anything.

https://github.com/llvm/llvm-project/pull/187427


More information about the Mlir-commits mailing list