[Mlir-commits] [mlir] [mlir] Add the concept of ASM dialect aliases (PR #86033)

Fabian Mora llvmlistbot at llvm.org
Sun Mar 24 16:23:12 PDT 2024


fabianmcg wrote:

After making the change `llvm.ptr -> ptr.ptr<#llvm.address_space<0..>>`, I ran the tests again and timed them, and this version of dialect aliases is introducing around 17% of overhead.
I'll switch to the toned-down version in which only types implementing the interface `TypeWithDialectAlias` can alias.

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


More information about the Mlir-commits mailing list