This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Implement support for clang.arc.attachedcall call operand bundles.
ClosedPublic

Authored by aemerson on Feb 16 2022, 3:13 PM.

Details

Summary

This is a straightforward port of the existing SDAG implementation.

Diff Detail

Unit TestsFailed

Event Timeline

aemerson created this revision.Feb 16 2022, 3:13 PM
aemerson requested review of this revision.Feb 16 2022, 3:13 PM
paquette accepted this revision.Feb 16 2022, 5:01 PM

Looks straightforward to me?

This revision is now accepted and ready to land.Feb 16 2022, 5:01 PM
This revision was landed with ongoing or failed builds.Feb 16 2022, 5:35 PM
This revision was automatically updated to reflect the committed changes.
fhahn added a comment.Feb 17 2022, 1:08 AM

Thanks for adding GISel support!