[Mlir-commits] [mlir] Added Memory Effect to assume_alignment (PR #139521)

Mehdi Amini llvmlistbot at llvm.org
Mon May 12 08:35:18 PDT 2025


joker-eph wrote:

> I'm not quite sure how we handle undefined behavior and side effects in this case.

NoMemoryEffect means no side effects beyond undefined behavior, and Pure means no side-effects and no UB.

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


More information about the Mlir-commits mailing list