Files
clang-p2996/mlir/lib/Dialect/Bufferization
Ingo Müller 1a2539ec92 [mlir:bufferization] Make LayoutMapOption CL args enums. (#132121)
This PR changes the type of the command-line arguments representing
`LayoutMapOption` from `std::string` to the enum with the same name.
This allows for checking the values of programmable usages of the
corresponding options at compile time.
2025-03-20 13:52:11 +01:00
..