This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add more combine pattern for vector shift
ClosedPublic

Authored by junparser on Feb 19 2023, 10:07 PM.

Details

Summary

After change with D144169, the codegen generates redundant instructions
like and and wrap. This fixes it.

Diff Detail

Event Timeline

junparser created this revision.Feb 19 2023, 10:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2023, 10:07 PM
junparser requested review of this revision.Feb 19 2023, 10:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2023, 10:07 PM
tlively accepted this revision.Feb 21 2023, 7:57 AM

Great, thank you!

This revision is now accepted and ready to land.Feb 21 2023, 7:57 AM
This revision was landed with ongoing or failed builds.Feb 21 2023, 5:59 PM
This revision was automatically updated to reflect the committed changes.