[PATCH] D72834: [mlir] LLVM import: handle constant data and array/vector aggregates
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 05:55:08 PST 2020
nicolasvasilache added inline comments.
================
Comment at: mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp:254
+ }
+
+ llvm_unreachable("no equivalent standard type for typed attributes");
----------------
How about LLVM struct?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72834/new/
https://reviews.llvm.org/D72834
More information about the llvm-commits
mailing list