[Mlir-commits] [mlir] [mlir][mpi] Lowering Mpi To LLVM (PR #127053)
Frank Schlimbach
llvmlistbot at llvm.org
Fri Feb 21 07:02:18 PST 2025
fschlimb wrote:
Thanks a lot for your review and suggestions, @Dinistro !
I have converted the Traits classes to use virtual functions for dispatch. Each conversion pattern invocation creates its own trait object (once). This is not idea in terms of performance, but much better than before.
I hope the latest commit addresses all your remaining concerns and you are ok with merging.
https://github.com/llvm/llvm-project/pull/127053
More information about the Mlir-commits
mailing list