This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use SymbolTableCollection to lookup referenced symbol in AddressOfOp
ClosedPublic

Authored by ezhulenev on Aug 5 2022, 1:39 PM.

Diff Detail

Event Timeline

ezhulenev created this revision.Aug 5 2022, 1:39 PM
Herald added a project: Restricted Project. · View Herald Transcript
ezhulenev requested review of this revision.Aug 5 2022, 1:39 PM
ezhulenev updated this revision to Diff 450382.Aug 5 2022, 1:43 PM

Revert accidental formatting changes

Mogball requested changes to this revision.Aug 5 2022, 1:46 PM
Mogball added inline comments.
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
1034

And below as well

This revision now requires changes to proceed.Aug 5 2022, 1:46 PM
ezhulenev updated this revision to Diff 450386.Aug 5 2022, 1:52 PM

Add argument name to extra decls

ezhulenev marked an inline comment as done.Aug 5 2022, 1:53 PM
ezhulenev updated this revision to Diff 450388.Aug 5 2022, 1:54 PM

Rename args

ezhulenev updated this revision to Diff 450389.Aug 5 2022, 1:55 PM

Rename args one more time

Mogball added inline comments.Aug 5 2022, 1:55 PM
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
1740

In the declaration, the argument is named symbolMap instead of symbolTable..

Mogball accepted this revision.Aug 5 2022, 2:01 PM

Thanks lol

This revision is now accepted and ready to land.Aug 5 2022, 2:01 PM
This revision was landed with ongoing or failed builds.Aug 5 2022, 2:05 PM
This revision was automatically updated to reflect the committed changes.