This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Reuploading: add a shortened printing/parsing form for linalg.map and linalg.reduce.
ClosedPublic

Authored by khasanovaa on Dec 22 2022, 2:14 AM.

Diff Detail

Event Timeline

khasanovaa created this revision.Dec 22 2022, 2:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 2:14 AM
khasanovaa requested review of this revision.Dec 22 2022, 2:14 AM
khasanovaa retitled this revision from Reuploading: add a shortened printing/parsing form for linalg.map and linalg.reduce. to [mlir][linalg] Reuploading: add a shortened printing/parsing form for linalg.map and linalg.reduce..Dec 22 2022, 2:21 AM
khasanovaa added inline comments.Dec 22 2022, 2:24 AM
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
1100

Fixed stack-use-after-scope error here. I was taking a StringRef of rvalue before

olegshyshkov accepted this revision.Dec 22 2022, 2:55 AM

Could you please add links to the original review and the revert commit?

This revision is now accepted and ready to land.Dec 22 2022, 2:55 AM
khasanovaa edited the summary of this revision. (Show Details)Dec 22 2022, 3:08 AM

Could you please add links to the original review and the revert commit?

Added to description