llvm/mlir/include
Dominik Grewe 1e09f0a972 Preserve function argument locations.
Previously the optional locations of function arguments were dropped in
`parseFunctionArgumentList`. This CL adds another output argument to the
function through which they are now returned. The values are then plumbed
through as an array of optional locations in the various places.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D117604
2022-01-20 00:01:12 +00:00
..
mlir Preserve function argument locations. 2022-01-20 00:01:12 +00:00
mlir-c [mlir] Introduce Python bindings for the PDL dialect 2022-01-19 11:19:56 +01:00