[all-commits] [llvm/llvm-project] c16108: [mlir] Make OpResult usable with DenseSet etc.

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Oct 13 00:03:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1610847232d2c7b03f6dcc51d5fefb8f72ad5f9
      https://github.com/llvm/llvm-project/commit/c1610847232d2c7b03f6dcc51d5fefb8f72ad5f9
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M mlir/include/mlir/IR/Value.h

  Log Message:
  -----------
  [mlir] Make OpResult usable with DenseSet etc.

`DenseSet<Value>` works but `DenseSet<OpResult>` currently results in a compile error.

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




More information about the All-commits mailing list