This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add more XVentanaCondOps tests with icmp conditions. NFC
ClosedPublic

Authored by craig.topper on Dec 20 2022, 7:54 AM.

Details

Summary

Most of our existing tests use i1 arguments for the conditions.
With icmp conditions there are opportunities for improving the
generated code.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 20 2022, 7:54 AM
craig.topper requested review of this revision.Dec 20 2022, 7:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2022, 7:54 AM

Add tests with seteq/setne with a constant RHS.

reames accepted this revision.Dec 20 2022, 11:01 AM

LGTM

This revision is now accepted and ready to land.Dec 20 2022, 11:01 AM
This revision was landed with ongoing or failed builds.Dec 20 2022, 11:36 AM
This revision was automatically updated to reflect the committed changes.