This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] rephrased description
ClosedPublic

Authored by aartbik on Dec 4 2020, 9:39 AM.

Details

Summary

More carefully worded description. Added constructor to options.

Diff Detail

Event Timeline

aartbik created this revision.Dec 4 2020, 9:39 AM
aartbik requested review of this revision.Dec 4 2020, 9:39 AM
nicolasvasilache requested changes to this revision.Dec 4 2020, 11:41 AM
nicolasvasilache added inline comments.
mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
31

Please don't remove this, this is how we chain options and is the pattern used pretty much everywhere.

This revision now requires changes to proceed.Dec 4 2020, 11:41 AM
aartbik marked an inline comment as done.Dec 4 2020, 11:48 AM
aartbik added inline comments.
mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
31

Ok, moved them back. Also, I can't really name them without the "set" as was requested in previous review, since the names cannot be identical. So just keeping the "set" part.

aartbik retitled this revision from [mlir][vector] rephrased descriptions, removed setters to [mlir][vector] rephrased description.Dec 4 2020, 11:51 AM
aartbik edited the summary of this revision. (Show Details)
aartbik updated this revision to Diff 309614.Dec 4 2020, 12:29 PM
aartbik marked an inline comment as done.

addressed comments

nicolasvasilache accepted this revision.Dec 4 2020, 1:40 PM
This revision is now accepted and ready to land.Dec 4 2020, 1:40 PM
This revision was automatically updated to reflect the committed changes.