This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Replace vector-to-scf with progressive-vector-to-scf
ClosedPublic

Authored by springerm on May 8 2021, 1:04 AM.

Diff Detail

Event Timeline

springerm created this revision.May 8 2021, 1:04 AM
springerm requested review of this revision.May 8 2021, 1:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2021, 1:04 AM

Note: This is a lossy Fig export. Will re-export once all dependent commits are submitted, so that the file revision history is preserved.

A large piece of this revision seems NFC and moved from other places, is it possible to restructure the PR with first the NFC part and then the few changes that trigger behavior / test changes ?

fix OSS build

nicolasvasilache accepted this revision.May 13 2021, 2:09 AM

Great this now shows all of the code and test changes are moves, so it's NFC modulo the fact that the pass name changes and the old is retired.

This revision is now accepted and ready to land.May 13 2021, 2:09 AM
springerm updated this revision to Diff 345127.May 13 2021, 7:02 AM
springerm edited the summary of this revision. (Show Details)

rebase

This revision was landed with ongoing or failed builds.May 13 2021, 7:27 AM
This revision was automatically updated to reflect the committed changes.
mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp