This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Use a ComplexPattern for zexti32 to match sexti32.
ClosedPublic

Authored by craig.topper on Feb 22 2021, 3:11 PM.

Details

Summary

We just started using a ComplexPattern for sexti32. This updates
zexti32 to match.

Diff Detail

Event Timeline

craig.topper created this revision.Feb 22 2021, 3:11 PM
craig.topper requested review of this revision.Feb 22 2021, 3:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2021, 3:11 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
luismarques accepted this revision.Feb 24 2021, 2:31 PM

LGTM.
Thanks @jrtc27 for the sexti32 review suggestions!

This revision is now accepted and ready to land.Feb 24 2021, 2:31 PM
This revision was landed with ongoing or failed builds.Feb 24 2021, 4:07 PM
This revision was automatically updated to reflect the committed changes.