This function didn't work because it was marked const but both functions
it could dispatch to are not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137380
[mlir] Drop `const` from `SymbolTableCollection::lookupSymbolIn` ClosedPublic Authored by Mogball on Nov 3 2022, 6:41 PM.
Details Summary This function didn't work because it was marked const but both functions
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 3 2022, 6:42 PM Closed by commit rGf530e6e34ee1: [mlir] Drop `const` from `SymbolTableCollection::lookupSymbolIn` (authored by Mogball). · Explain WhyNov 5 2022, 4:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473099 mlir/include/mlir/IR/SymbolTable.h
|