This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Pass Ops instead of Operations in shape lowering
ClosedPublic

Authored by frgossen on Jul 23 2020, 9:30 AM.

Details

Summary

Shorten builder invocations by using Ops directly instead of op.getOperation.

Depends On D84429

Diff Detail

Event Timeline

frgossen created this revision.Jul 23 2020, 9:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2020, 9:30 AM
pifon2a accepted this revision.Jul 23 2020, 9:32 AM
This revision is now accepted and ready to land.Jul 23 2020, 9:32 AM
This revision was automatically updated to reflect the committed changes.