[Mlir-commits] [mlir] [MLIR][Affine] Preserve discardable attrs when adding loop yields (PR #210571)
Mehdi Amini
llvmlistbot at llvm.org
Tue Jul 21 12:48:58 PDT 2026
joker-eph wrote:
Please trim the commit description (streamline, remove section), this has just too much AI-generated noise right now.
This should also describe why it is safe / reasonable to do: in general discardable attributes **should** be discarded by transformation that don't understand them, because their semantic may not be preserved (for example they could refer to existing operands/results that are removed/swapped by a transformation).
https://github.com/llvm/llvm-project/pull/210571
More information about the Mlir-commits
mailing list