This is an archive of the discontinued LLVM Phabricator instance.

[mlir][GPUTransforms] NFC - Refactor GPUTransforms.cpp in preparation for improvements.
ClosedPublic

Authored by nicolasvasilache on Mar 13 2023, 12:38 PM.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Mar 13 2023, 12:38 PM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache planned changes to this revision.Mar 13 2023, 12:38 PM
nicolasvasilache edited the summary of this revision. (Show Details)

rebase

nicolasvasilache retitled this revision from WIP to [mlir][GPUTransforms] NFC - Refactor GPUTransforms.cpp in preparation for improvements..

Update

Drop unused code

Drop unused code.

springerm accepted this revision.Mar 14 2023, 3:40 AM
springerm added inline comments.
mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.h
39

remove

mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
29

Comment would be useful

mlir/lib/Dialect/Utils/StaticValueUtils.cpp
198

static

This revision is now accepted and ready to land.Mar 14 2023, 3:40 AM
nicolasvasilache marked 3 inline comments as done.Mar 14 2023, 4:31 AM
nicolasvasilache added inline comments.
mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.h
39

not sure I follow, remove what and why ?

This revision was landed with ongoing or failed builds.Mar 14 2023, 5:00 AM
This revision was automatically updated to reflect the committed changes.
nicolasvasilache marked an inline comment as done.