This is an archive of the discontinued LLVM Phabricator instance.

Add support for processing Ops with empty region to the CSE
DraftPublic

Authored by Ding on Jan 16 2023, 4:57 PM.
This is a draft revision that has not yet been submitted for review.

Details

Summary

CSE pass used to not able to do CSE among ops with empty region, this commit add support for CSE to process these ops.

Diff Detail