This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Significantly improve VectorToGPU.cpp
ClosedPublic

Authored by nicolasvasilache on Feb 10 2023, 7:27 AM.

Details

Summary

This revision performs a bunch of cleanups and tracks free-flowing IR mutations.
APIs are systematized around RewriterBase and relevant debug messages are added.
Deliberate use of OpBuilder::InsertionGuard is added where needed.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache requested review of this revision.Feb 10 2023, 7:27 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux accepted this revision.Feb 10 2023, 7:31 AM
ThomasRaoux added a subscriber: ThomasRaoux.

Thanks!

This revision is now accepted and ready to land.Feb 10 2023, 7:31 AM
nicolasvasilache edited the summary of this revision. (Show Details)Feb 10 2023, 7:32 AM
nicolasvasilache edited the summary of this revision. (Show Details)

Rebase

This revision was landed with ongoing or failed builds.Feb 14 2023, 4:49 PM
This revision was automatically updated to reflect the committed changes.