[all-commits] [llvm/llvm-project] 6c6a2d: [MLIR][Presburger] Minor bug-fix in PresburgerRela...

Bharathi Ramana Joshi via All-commits all-commits at lists.llvm.org
Mon Sep 4 23:34:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c6a2d3445671ada6a58b9ab5ce4a1e11e3dd610
      https://github.com/llvm/llvm-project/commit/6c6a2d3445671ada6a58b9ab5ce4a1e11e3dd610
  Author: iambrj <joshibharathiramana at gmail.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
    M mlir/unittests/Analysis/Presburger/PresburgerRelationTest.cpp

  Log Message:
  -----------
  [MLIR][Presburger] Minor bug-fix in PresburgerRelation::intersectRange from 3dd9931

Fix a typo (incorrectly calling getNumDomainVars instead of
getNumRangeVars) in intersectRange from 3dd9931.

Reviewed By: Groverkss

Differential Revision: https://reviews.llvm.org/D159413




More information about the All-commits mailing list