llvm-project/mlir/test/Conversion/FuncToLLVM
Jeff Niu 5c5af910fe [mlir][LLVMIR] "Modernize" Insert/ExtractValueOp
This patch "modernizes" the LLVM `insertvalue` and `extractvalue`
operations to use DenseI64ArrayAttr, since they only require an array of
indices and previously there was confusion about whether to use i32 or
i64 arrays, and to use assembly format.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D131537
2022-08-10 12:51:11 -04:00
..
calling-convention.mlir [mlir][LLVMIR] "Modernize" Insert/ExtractValueOp 2022-08-10 12:51:11 -04:00
convert-argattrs.mlir [mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ tests 2022-04-20 22:17:27 -07:00
convert-data-layout.mlir
convert-funcs.mlir [mlir][LLVMIR] Add support for va_start/copy/end intrinsics 2022-06-27 09:46:40 -07:00
convert-types.mlir [mlir][LLVM] Fix crash when using opaque pointers in function signatures 2022-04-23 00:10:31 +02:00
emit-c-wrappers-for-external-callers.mlir [mlir] replace 'emit_c_wrappers' func->llvm conversion option with a pass 2022-06-17 11:10:31 +02:00
emit-c-wrappers-for-external-functions.mlir [mlir] replace 'emit_c_wrappers' func->llvm conversion option with a pass 2022-06-17 11:10:31 +02:00
func-memref-return.mlir [mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ tests 2022-04-20 22:17:27 -07:00
func-memref.mlir [mlir] Remove the `type` keyword from type alias definitions 2022-05-16 13:54:02 -07:00
func-to-llvm.mlir [mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ tests 2022-04-20 22:17:27 -07:00
invalid.mlir [mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ tests 2022-04-20 22:17:27 -07:00