[all-commits] [llvm/llvm-project] 1b08b2: [mlir] Use std::is_invocable instead of llvm::is_i...

Joseph Loser via All-commits all-commits at lists.llvm.org
Sat Aug 20 17:31:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b08b276ae6d72eba543b28e653b34dc2e77f9ea
      https://github.com/llvm/llvm-project/commit/1b08b276ae6d72eba543b28e653b34dc2e77f9ea
  Author: Joe Loser <joeloser at fastmail.com>
  Date:   2022-08-20 (Sat, 20 Aug 2022)

  Changed paths:
    M mlir/include/mlir/Support/DebugAction.h
    M mlir/include/mlir/Transforms/DialectConversion.h

  Log Message:
  -----------
  [mlir] Use std::is_invocable instead of llvm::is_invocable

Now that MLIR is built with C++17, use the standard library equivalent of
`llvm::is_invocable`: `std::is_invocable`.

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




More information about the All-commits mailing list