[Mlir-commits] [mlir] [mlir] `ResourceAttrInterface` to abstract AsmResourceBlob from resource handle. (PR #101780)

River Riddle llvmlistbot at llvm.org
Mon Aug 5 09:57:53 PDT 2024


River707 wrote:

Have you considered extending ElementsAttr to support the case of returning the full underlying buffer (if it can)? This PR doesn't seem like a great reason to have a new interface, but rather (to me) points out a lack of API in existing interfaces. Would be good to continue consolidating interfaces if we can.

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


More information about the Mlir-commits mailing list