[Mlir-commits] [mlir] [MLIR][DLTI] Enable types as keys in DLTI-query utils (PR #105995)
Mehdi Amini
llvmlistbot at llvm.org
Mon Aug 26 14:39:53 PDT 2024
https://github.com/joker-eph requested changes to this pull request.
I am concerned about the amount of string manipulation involved here.
StringAttr and Type are uniqued pointers in the context and we should be able to take advantage of this here for simple pointer-based keys here.
https://github.com/llvm/llvm-project/pull/105995
More information about the Mlir-commits
mailing list