This is an archive of the discontinued LLVM Phabricator instance.

[mlir] remove unnecessary statements in test
ClosedPublic

Authored by ashay-github on Jul 15 2022, 5:55 PM.

Details

Summary

A previous commit (f2b94bd) added some unnecessary statements that
dereferenced operations only to get the operations back. This patch
removes the unnecessary statements.

Diff Detail

Event Timeline

ashay-github created this revision.Jul 15 2022, 5:55 PM
ashay-github requested review of this revision.Jul 15 2022, 5:55 PM
rriddle accepted this revision.EditedJul 15 2022, 5:56 PM

Thanks!

This revision is now accepted and ready to land.Jul 15 2022, 5:56 PM
This revision was automatically updated to reflect the committed changes.