[all-commits] [llvm/llvm-project] 758ddb: [MLIR] Use Datalayout defaults when importing LLVM
William Moses via All-commits
all-commits at lists.llvm.org
Wed Mar 2 10:01:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 758ddba38113b2ab48cd6e45d7617463969bf813
https://github.com/llvm/llvm-project/commit/758ddba38113b2ab48cd6e45d7617463969bf813
Author: William S. Moses <gh at wsmoses.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/test/Target/LLVMIR/data-layout.ll
Log Message:
-----------
[MLIR] Use Datalayout defaults when importing LLVM
LLVM defines several default datalayouts for integer and floating point types that are not being considered when importing into MLIR. This patch remedies this.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D120832
More information about the All-commits
mailing list