This is an archive of the discontinued LLVM Phabricator instance.

Teach the AArch64 backend to instruction select the BCAX instruction.
ClosedPublic

Authored by resistor on Feb 18 2022, 12:16 AM.

Diff Detail

Event Timeline

resistor created this revision.Feb 18 2022, 12:16 AM
resistor requested review of this revision.Feb 18 2022, 12:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2022, 12:16 AM

You have the operands in the wrong order,

resistor updated this revision to Diff 410447.Feb 21 2022, 9:57 PM

Fix operand order.

You have the operands in the wrong order,

Fixed, thanks!

dmgreen accepted this revision.Feb 23 2022, 2:21 AM

Thanks. Can you add an v2i64 test?

Other than that, LGTM

This revision is now accepted and ready to land.Feb 23 2022, 2:21 AM
This revision was landed with ongoing or failed builds.Feb 23 2022, 3:59 PM
This revision was automatically updated to reflect the committed changes.