This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Fix the generation of BE Nops
ClosedPublic

Authored by dmgreen on May 19 2022, 8:16 AM.

Details

Summary

Big endian Nops were being generated as d5 03 20 1f fnmadd s21, s30, s0, s0, getting the bytes of the NOP in the wrong order. This switches the bytes to not be dependant on the endianness.

Diff Detail

Event Timeline

dmgreen created this revision.May 19 2022, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 8:16 AM
dmgreen requested review of this revision.May 19 2022, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 8:16 AM
This revision is now accepted and ready to land.May 19 2022, 9:08 AM
This revision was landed with ongoing or failed builds.May 20 2022, 1:31 AM
This revision was automatically updated to reflect the committed changes.