[Mlir-commits] [mlir] Save unregistered attrs after type conversion. (PR #135084)

Jacques Pienaar llvmlistbot at llvm.org
Thu Apr 10 01:09:14 PDT 2025


jpienaar wrote:

s/unregistered/discardable/g.

Discardable attributes are named such as they may be discarded. That being said, for type conversion of call ops it is probably less surprising behavior (e.g., folks don't actually expect a new op, but an op with different types and the op creation is an implementation detail rather than general policy).

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


More information about the Mlir-commits mailing list