[Mlir-commits] [mlir] [mlir] Return null from DenseElementsAttr::get on unsupported attribute types (PR #181159)
Matthias Springer
llvmlistbot at llvm.org
Thu Feb 12 07:13:19 PST 2026
================
@@ -398,6 +398,19 @@ func.func @extract_from_elements_complex_f() -> tensor<3xcomplex<f32>> {
// -----
+// Ensure tensor.from_elements with poison values doesn't crash (issue #178209).
----------------
matthias-springer wrote:
nit: You can drop the issue number from here.
https://github.com/llvm/llvm-project/pull/181159
More information about the Mlir-commits
mailing list