[all-commits] [llvm/llvm-project] a609f5: [mlir] use raw function pointer instead of std::fu...

ftynse via All-commits all-commits at lists.llvm.org
Tue Oct 11 03:56:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a609f564b7b63897d05291e64e6e9813bbf382dd
      https://github.com/llvm/llvm-project/commit/a609f564b7b63897d05291e64e6e9813bbf382dd
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformDialect.h
    M mlir/include/mlir/Dialect/Transform/IR/TransformDialect.td

  Log Message:
  -----------
  [mlir] use raw function pointer instead of std::function

Accessing the target of std::function apparently requires RTTI, use a
raw pointer instead.




More information about the All-commits mailing list