We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030bbc9 commit 832ccfeCopy full SHA for 832ccfe
mlir/lib/Analysis/Presburger/PWMAFunction.cpp
@@ -65,6 +65,8 @@ void MultiAffineFunction::print(raw_ostream &os) const {
65
output.print(os);
66
}
67
68
+void MultiAffineFunction::dump() const { print(llvm::errs()); }
69
+
70
SmallVector<DynamicAPInt, 8>
71
MultiAffineFunction::valueAt(ArrayRef<DynamicAPInt> point) const {
72
assert(point.size() == getNumDomainVars() + getNumSymbolVars() &&
0 commit comments