This is an archive of the discontinued LLVM Phabricator instance.

[VE] Remove unnecessary iz pattern
ClosedPublic

Authored by kaz7 on Apr 8 2020, 7:11 PM.

Details

Summary

This iz pattern is a special pattern of im pattern. This im pattern
has been supported by https://reviews.llvm.org/D77769, so removing
iz pattern as a continuous patch.

Depends on D77769.

Diff Detail

Event Timeline

kaz7 created this revision.Apr 8 2020, 7:11 PM
simoll accepted this revision.Apr 9 2020, 7:13 AM
This revision is now accepted and ready to land.Apr 9 2020, 7:13 AM
kaz7 updated this revision to Diff 256501.Apr 9 2020, 9:06 PM

Rebased to the latest source.

This revision was automatically updated to reflect the committed changes.