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

Shay Kleiman llvmlistbot at llvm.org
Tue May 13 00:12:20 PDT 2025


shay-kl wrote:

@matthias-springer 
The buffer deallocation pass is happy if I use NoMemoryEffect, however in that case the operation is considered trivially dead and gets optimized away by cse.

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


More information about the Mlir-commits mailing list