This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement AArch64ISD::SETCC_PRED
ClosedPublic

Authored by efriedma on May 14 2020, 5:35 PM.

Details

Summary

This unifies SETCC operations along the lines of other operations.

Added test coverage for general IR icmp; we have existing test coverage for icmp with immediate.

Diff Detail

Event Timeline

efriedma created this revision.May 14 2020, 5:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2020, 5:35 PM
sdesmalen accepted this revision.May 15 2020, 9:05 AM

That looks great, thanks @efriedma!

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
7725

nit: Can you make this generic for N operands?

This revision is now accepted and ready to land.May 15 2020, 9:05 AM
This revision was automatically updated to reflect the committed changes.