[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ testsThe special case parsing of `func` operations is being removed.
[MLIR] Replace std ops with arith dialect opsPrecursor: https://reviews.llvm.org/D110200Removed redundant ops from the standard dialect that were moved to the`arith` or `math` dialects.Renamed
[MLIR] Replace std ops with arith dialect opsPrecursor: https://reviews.llvm.org/D110200Removed redundant ops from the standard dialect that were moved to the`arith` or `math` dialects.Renamed all instances of operations in the codebase and in tests.Reviewed By: rriddle, jpienaarDifferential Revision: https://reviews.llvm.org/D110797
show more ...
[mlir][openacc] Conversion of data operands in acc.parallel to LLVM IR dialectConvert data operands from the acc.parallel operation using the same conversion pattern than D102170.Reviewed By: fty
[mlir][openacc] Conversion of data operands in acc.parallel to LLVM IR dialectConvert data operands from the acc.parallel operation using the same conversion pattern than D102170.Reviewed By: ftynseDifferential Revision: https://reviews.llvm.org/D103337
[mlir][openacc] Conversion of data operands in acc.data to LLVM IR dialectConvert data operands from the acc.data operation using the same conversion pattern than D102170.Reviewed By: ftynseDif
[mlir][openacc] Conversion of data operands in acc.data to LLVM IR dialectConvert data operands from the acc.data operation using the same conversion pattern than D102170.Reviewed By: ftynseDifferential Revision: https://reviews.llvm.org/D103332
[mlir][openacc] Conversion of data operand to LLVM IR dialectAdd a conversion pass to convert higher-level type before translation.This conversion extract meangingful information and pack it into
[mlir][openacc] Conversion of data operand to LLVM IR dialectAdd a conversion pass to convert higher-level type before translation.This conversion extract meangingful information and pack it into a struct thatthe translation (D101504) will be able to understand.Reviewed By: ftynseDifferential Revision: https://reviews.llvm.org/D102170