This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add patterns of SET[U]LT_VI for STECC forms
ClosedPublic

Authored by Chenbing.Zheng on Jan 23 2022, 10:30 PM.

Details

Summary

This patch add patterns optmize
li a0, 5 vmsgt[u].vx v10, v8, a0
to vmsgt[u].vi v10, v8, 5

Diff Detail

Event Timeline

Chenbing.Zheng requested review of this revision.Jan 23 2022, 10:30 PM
This revision is now accepted and ready to land.Jan 23 2022, 10:46 PM
This revision was landed with ongoing or failed builds.Jan 24 2022, 12:51 AM
This revision was automatically updated to reflect the committed changes.