[all-commits] [llvm/llvm-project] 50304b: [MLIR][ODS] Fix properties tablegen wrapper to all...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Fri May 23 06:56:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50304b0806e4f9c8001c024925566c9b88e7176e
      https://github.com/llvm/llvm-project/commit/50304b0806e4f9c8001c024925566c9b88e7176e
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M mlir/include/mlir/IR/Properties.td
    M mlir/test/lib/Dialect/Test/TestOps.h
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/test/mlir-tblgen/op-properties.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [MLIR][ODS] Fix properties tablegen wrapper to allow ADL lookup for hash_value (#141023)

llvm::hash_value() is meant to be redefined in the relevant namespace
and looked up through ADL. However this can't work with a fully
qualified call.



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