[all-commits] [llvm/llvm-project] c38b1f: [mlir] Fix loop-like interface (#95817)

Ivan Kulagin via All-commits all-commits at lists.llvm.org
Wed Jun 19 01:04:03 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c38b1fa32599cd84f60d09a0efdac62faa9c416e
      https://github.com/llvm/llvm-project/commit/c38b1fa32599cd84f60d09a0efdac62faa9c416e
  Author: Ivan Kulagin <ivan.i.kulagin at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M mlir/include/mlir/Interfaces/LoopLikeInterface.td

  Log Message:
  -----------
  [mlir] Fix loop-like interface (#95817)

Using the `this` pointer inside interface methods is illegal because it
breaks concept-based interfaces.
 It is necessary to use `$_op` instead.

Co-authored-by: ikulagin <i.kulagin at ispras.ru>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list