This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Pass options to ParallelLoopCollapsing constructor.
AbandonedPublic

Authored by pifon2a on Apr 14 2020, 12:45 PM.

Details

Reviewers
herhut
tpopp

Diff Detail

Event Timeline

pifon2a created this revision.Apr 14 2020, 12:45 PM
rriddle added inline comments.Apr 14 2020, 1:02 PM
mlir/include/mlir/Transforms/Passes.h
18

This looks wrong?

mlir/lib/Transforms/ParallelLoopCollapsing.cpp
22

This looks unrelated.

26

This constructor should be unnecessary.

Please elaborate a complete description for the revision.

mlir/include/mlir/Transforms/Passes.h
63

Comment needs an update

pifon2a abandoned this revision.Apr 15 2020, 6:03 AM

It looks like the pass has to be reworked a bit, so I am closing this one.