llvm-project/mlir/include
Vincent Zhao f108e71437 [MLIR] Turns swapId into a FlatAffineConstraints member func
`swapId` used to be a static function in `AffineStructures.cpp`. This diff makes it accessible from the external world by turning it into a member function of `FlatAffineConstraints`. This will be very helpful for other projects that need to manipulate the content of `FlatAffineConstraints`.

Differential Revision: https://reviews.llvm.org/D87766
2020-09-17 11:22:10 +01:00
..
mlir [MLIR] Turns swapId into a FlatAffineConstraints member func 2020-09-17 11:22:10 +01:00
mlir-c [mlir] expose affine map to C API 2020-09-17 09:50:45 +08:00