[all-commits] [llvm/llvm-project] 189f4a: [mlir][Presburger] Remove slow applyDomainAndRange...
Kunwar Grover via All-commits
all-commits at lists.llvm.org
Mon Aug 21 04:40:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 189f4aca68938b88f72beee9b792794837cde522
https://github.com/llvm/llvm-project/commit/189f4aca68938b88f72beee9b792794837cde522
Author: Groverkss <groverkss at gmail.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M mlir/unittests/Analysis/Presburger/PresburgerRelationTest.cpp
Log Message:
-----------
[mlir][Presburger] Remove slow applyDomainAndRange test
The test creates two maps, which explode in output size when subtracting,
causing the test to take +11 seconds on a debug build. Removing the slow
test until more simplifications in subtraction are added.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D158406
More information about the All-commits
mailing list