[MLIR][Presburger] MultiAffineFunction::removeIdRange: fix bug where kind wasn't...
authorArjun P <arjunpitchanathan@gmail.com>
Mon, 21 Mar 2022 17:13:19 +0000 (17:13 +0000)
committerArjun P <arjunpitchanathan@gmail.com>
Tue, 22 Mar 2022 13:13:11 +0000 (13:13 +0000)
commit7f6112496b9bb97648e1cee8e9059528e2f5b1a8
treef7737ac938724f74e76c4d46fad7f8921f6d3b54
parent93ccd7c490ede05b5e8d004349c62d3eb9d032aa
[MLIR][Presburger] MultiAffineFunction::removeIdRange: fix bug where kind wasn't passed on to IntegerPolyhedron::removeIdRange

Reviewed By: Groverkss

Differential Revision: https://reviews.llvm.org/D122158
mlir/lib/Analysis/Presburger/PWMAFunction.cpp
mlir/unittests/Analysis/Presburger/PWMAFunctionTest.cpp