This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Simplify GenericNestLoop builder
ClosedPublic

Authored by nicolasvasilache on May 20 2020, 4:44 AM.

Details

Summary

This revision trims unnecessary complexity.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2020, 4:44 AM
ftynse accepted this revision.May 20 2020, 5:51 AM

So red, much cleanup!

This revision is now accepted and ready to land.May 20 2020, 5:51 AM
ftynse added inline comments.May 20 2020, 5:52 AM
mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
39

This looks a bit fishy: why does it change from ParallelOp to ForOp?

nicolasvasilache marked 2 inline comments as done.May 20 2020, 5:55 AM
nicolasvasilache added inline comments.
mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
39

I blame phab's diff, this is the ForOp version, the ParallelFor is below.

This revision was automatically updated to reflect the committed changes.
nicolasvasilache marked an inline comment as done.