[all-commits] [llvm/llvm-project] de70ff: [MLIR][Presburger][NFC] Use "disjunct" to refer to...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Fri Apr 1 05:10:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de70ff10e4f6f216212016097771bad46dd5b3cc
https://github.com/llvm/llvm-project/commit/de70ff10e4f6f216212016097771bad46dd5b3cc
Author: Groverkss <groverkss at gmail.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/PresburgerRelation.h
M mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
Log Message:
-----------
[MLIR][Presburger][NFC] Use "disjunct" to refer to disjuncts in PresburgerRelation
This patch modifies the name "integerRelations" and "relation" to refer to the
disjuncts in PresburgerRelation to "disjunct(s)". This is done to be
consistent with the rest of the interface.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D122892
More information about the All-commits
mailing list