llvm-project/mlir/test/Conversion/StandardToLLVM
Diego Caballero a611f9a5c6 [mlir] Fix call op conversion in bare-ptr calling convention
We hit an llvm_unreachable related to unranked memrefs for call ops
with scalar types. Removing the llvm_unreachable since the conversion
should gracefully bail out in the presence of unranked memrefs. Adding
tests to verify that.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D88709
2020-10-02 08:48:21 -07:00
..
calling-convention.mlir [mlir] NFC: fix typo in FileCheck prefix 2020-08-26 03:12:14 +09:00
convert-argattrs.mlir [mlir] Fix argument attribute attribute reassignment in ConvertStandardToLLVM 2020-02-14 10:22:33 +01:00
convert-data-layout.mlir [mlir] Move data layout from LLVMDialect to module Op attributes 2020-08-17 15:12:36 +02:00
convert-dynamic-memref-ops.mlir [mlir] do not emit bitcasts between structs in StandardToLLVM 2020-08-14 11:33:10 +02:00
convert-funcs.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
convert-static-memref-ops.mlir [mlir] Fix call op conversion in bare-ptr calling convention 2020-10-02 08:48:21 -07:00
convert-to-llvmir.mlir Add support for casting elements in vectors for certain Std dialect type conversion operations. 2020-09-14 07:45:46 -07:00
invalid.mlir [mlir] check for failures when packing function sigunatures in std->llvm conversion 2020-09-15 12:30:44 +02:00
standard-to-llvm.mlir Added std.floor operation to match std.ceil 2020-08-18 10:25:32 -07:00