[all-commits] [llvm/llvm-project] 6706a4: [MLIR][NFC] FlatAffineConstraints: Refactor divisi...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Tue Nov 9 00:49:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6706a4720ffc229eb0b606728b26e988a98c6262
https://github.com/llvm/llvm-project/commit/6706a4720ffc229eb0b606728b26e988a98c6262
Author: Groverkss <groverkss at gmail.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M mlir/lib/Analysis/AffineStructures.cpp
Log Message:
-----------
[MLIR][NFC] FlatAffineConstraints: Refactor division representation computation
This patch factors out division representation computation from upper-lower bound
inequalities to a separate function. This is done to improve readability and reuse.
This patch is marked NFC since the only change is factoring out existing code
to a separate function.
Reviewed By: grosser
Differential Revision: https://reviews.llvm.org/D113463
More information about the All-commits
mailing list