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

Mehdi Amini llvmlistbot at llvm.org
Tue May 13 01:32:31 PDT 2025


joker-eph wrote:

> Saying it has write semantics is a big pessimization. 

Right now without any traits, it has "unknown effect" which is most conservative situation (it has to be read and write to anything).

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


More information about the Mlir-commits mailing list