[all-commits] [llvm/llvm-project] b3ebcd: [MLIR][Presburger] enable copy assignment operator...

Michel Weber via All-commits all-commits at lists.llvm.org
Thu Feb 24 23:34:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3ebcd72262238f105349fc3700ee3612e11ea1e
      https://github.com/llvm/llvm-project/commit/b3ebcd72262238f105349fc3700ee3612e11ea1e
  Author: Michel Weber <michel.weber at inf.ethz.ch>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Analysis/Presburger/Simplex.h

  Log Message:
  -----------
  [MLIR][Presburger] enable copy assignment operator for Simplex

This patch removes the `const` from `usingBigM` to enable the implicit copy assignment operator for Simplex.

Reviewed By: Groverkss

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




More information about the All-commits mailing list