mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 05:01:56 +00:00
49af380942
Summary: The commit provides a single method to build affine maps with zero or more results. Users of mlir::AffineMap previously had to dispatch between two methods depending on the number of results. At the same time, this commit fixes the method for building affine map with zero results that was previously ignoring its `symbolCount` argument. Differential Revision: https://reviews.llvm.org/D77126