[Mlir-commits] [mlir] Added Memory Effect to assume_alignment (PR #139521)
Mehdi Amini
llvmlistbot at llvm.org
Wed May 14 06:55:15 PDT 2025
================
@@ -101,9 +96,6 @@ collectEffects(Operation *op,
if (ignoreBarriers && isa<BarrierOp>(op))
return true;
- // Skip over ops that we know have no effects.
- if (isKnownNoEffectsOpWithoutInterface(op))
- return true;
----------------
joker-eph wrote:
What are the changes in this file?
https://github.com/llvm/llvm-project/pull/139521
More information about the Mlir-commits
mailing list