[PATCH] D140985: [IR] Support importing modules with invalid data layouts.
Jannik Silvanus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 07:17:04 PST 2023
jsilvanus added a comment.
In D140985#4028591 <https://reviews.llvm.org/D140985#4028591>, @arsenm wrote:
> Is DataLayout compatibility still determined with string equality and not semantic equality?
What exactly do you mean?
The callback mechanism changed in this patch was and is string-based, and the parsing of the string into a DL happens after the callback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140985/new/
https://reviews.llvm.org/D140985
More information about the llvm-commits
mailing list