[PATCH] D79019: [mlir][llvm] allow mlir-translate carry custom triple and data layout.
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 15:39:04 PDT 2020
ftynse added a comment.
> What do you see being "derived" on the LLVM module by mlir-translate with this information that wouldn't already be materialized in the LLVM dialect?
Data layout from the triple.
We should then move this earlier in the pipeline, data layout is actually necessary in std->llvm conversion to properly convert `index`, among others. So you are right that it should be materialized in the LLVM dialect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79019/new/
https://reviews.llvm.org/D79019
More information about the llvm-commits
mailing list