This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Affine][VectorOps] Fix super vectorizer utility (D85869)
ClosedPublic

Authored by dcaballe on Sep 25 2020, 5:19 PM.

Details

Summary

Adding missing code that should have been part of "D85869: Utility to
vectorize loop nest using strategy." Sorry, it made it to my stash and
D85869 commit passed build and testing without it.

Diff Detail

Event Timeline

dcaballe created this revision.Sep 25 2020, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2020, 5:19 PM
dcaballe requested review of this revision.Sep 25 2020, 5:19 PM
nicolasvasilache accepted this revision.Sep 26 2020, 3:26 AM

Note it does not pass CI, did not look why

mlir/test/lib/Dialect/Affine/TestVectorizationUtils.cpp
303

weird chars

This revision is now accepted and ready to land.Sep 26 2020, 3:26 AM

Thanks, Nicolas. The failure doesn't seem related to this:

Failed Tests (1):
  LLVM :: Bindings/Go/go.test
mlir/test/lib/Dialect/Affine/TestVectorizationUtils.cpp
303

I think this is the way Phabricator represents that we are just changing the indentation here.

This revision was landed with ongoing or failed builds.Sep 28 2020, 4:33 PM
This revision was automatically updated to reflect the committed changes.