[all-commits] [llvm/llvm-project] 97c9c1: [mlir][arith] Add ArithOpsInterfaces to mlir-gener...

anemet via All-commits all-commits at lists.llvm.org
Tue Oct 31 19:10:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97c9c1638afb2c50b006d42f3f9474055cc72d29
      https://github.com/llvm/llvm-project/commit/97c9c1638afb2c50b006d42f3f9474055cc72d29
  Author: anemet <anemet at apple.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Arith/IR/CMakeLists.txt

  Log Message:
  -----------
  [mlir][arith] Add ArithOpsInterfaces to mlir-generic-headers (#70862)

This is achieved by calling add_mlir_interface.

The issue manifests as ArithOpsInterfaces.h.inc not being available when
a pass includes something like MemRef.h which includes Arith.h.

Tested with check-mlir.




More information about the All-commits mailing list