[all-commits] [llvm/llvm-project] 4aeb2a: [MLIR][Presburger][Simplex] addSymbolicCut: don't ...
Arjun P via All-commits
all-commits at lists.llvm.org
Tue Apr 12 04:27:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aeb2a57f4699de4118e0b2508918235daaf408d
https://github.com/llvm/llvm-project/commit/4aeb2a57f4699de4118e0b2508918235daaf408d
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M mlir/lib/Analysis/Presburger/Simplex.cpp
Log Message:
-----------
[MLIR][Presburger][Simplex] addSymbolicCut: don't add symbol div if denom is 1
This is unncessary, so we remove it as an optimization.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D123540
More information about the All-commits
mailing list