[all-commits] [llvm/llvm-project] 057cae: [MLIR][Presburger] Matrix: hide expensive consiste...
Arjun P via All-commits
all-commits at lists.llvm.org
Tue Feb 14 07:28:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 057cae64ebc48e994afd85bebfbdcd03b2d23c41
https://github.com/llvm/llvm-project/commit/057cae64ebc48e994afd85bebfbdcd03b2d23c41
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M mlir/lib/Analysis/Presburger/Matrix.cpp
Log Message:
-----------
[MLIR][Presburger] Matrix: hide expensive consistency check behind EXPENSIVE_CHECKS macro
This significantly improves performance of Release assert builds.
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D143728
More information about the All-commits
mailing list