[all-commits] [llvm/llvm-project] ab03a8: [mlir][Analysis][NFC] Disambiguate FlatAffineConst...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Aug 9 18:37:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab03a84e2c7f7c0c51e855efae8c2aa9446f348d
      https://github.com/llvm/llvm-project/commit/ab03a84e2c7f7c0c51e855efae8c2aa9446f348d
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Analysis/AffineStructures.h
    M mlir/unittests/Analysis/AffineStructuresTest.cpp
    M mlir/unittests/Analysis/PresburgerSetTest.cpp

  Log Message:
  -----------
  [mlir][Analysis][NFC] Disambiguate FlatAffineConstraints constructor

The following constructor call (and others) used to be ambiguous:

```
FlatAffineConstraints constraints(0, 0, 0);
```

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




More information about the All-commits mailing list