[all-commits] [llvm/llvm-project] f530e6: [mlir] Drop `const` from `SymbolTableCollection::l...

Jeff Niu via All-commits all-commits at lists.llvm.org
Sat Nov 5 16:28:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f530e6e34ee19cfc6f08179879dab64207d51237
      https://github.com/llvm/llvm-project/commit/f530e6e34ee19cfc6f08179879dab64207d51237
  Author: Jeff Niu <jeff at modular.com>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

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

  Log Message:
  -----------
  [mlir] Drop `const` from `SymbolTableCollection::lookupSymbolIn`

This function didn't work because it was marked const but both functions
it could dispatch to are not.

Reviewed By: rriddle

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




More information about the All-commits mailing list