This is an archive of the discontinued LLVM Phabricator instance.

[VE] Update ISel patterns for select instruction
ClosedPublic

Authored by kaz7 on Oct 15 2020, 4:07 PM.

Details

Summary

Add an ISel pattern for fp128 select instruction and optimize generated
code for other types' select. instructions. Add a regression test also.

Diff Detail

Event Timeline

kaz7 created this revision.Oct 15 2020, 4:07 PM
kaz7 requested review of this revision.Oct 15 2020, 4:07 PM
simoll accepted this revision.Oct 19 2020, 2:26 AM
This revision is now accepted and ready to land.Oct 19 2020, 2:26 AM
This revision was automatically updated to reflect the committed changes.