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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Please drop trivial braces while you are at it.