summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorGroverkss <groverkss@gmail.com>2021-10-30 17:39:03 +0530
committerGroverkss <groverkss@gmail.com>2021-10-30 17:39:27 +0530
commit3be3c944a5bacfd208b56853941b0fa4dec3ddcc (patch)
treea0050a6d3b72f4c909f0c05684c2c877574ca0c5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent4cf9d1e4492fe70768d13fba5fbb61d9d93adf5c (diff)
[MLIR] FlatAffineConstraints: Ensure dimensionalities match when calling mergeLocalIds
This patch reorders mergeLocalIds usage to merge locals only after number of dimensions and symbols are same. This does not change any functionality because it does not matter in what order identifiers are merged, since the reason to do it is to ensure that two FACs are aligned. The order ensured in this patch simplifies a subsequent patch to improve mergeLocalIds which requires dimensions and symbols to be aligned. Reviewed By: bondhugula Differential Revision: https://reviews.llvm.org/D112841
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions