This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Refactor instructions using SIMD immediates
ClosedPublic

Authored by evandro on Feb 15 2018, 5:29 PM.

Details

Summary

Get rid of icky goto loops and make the code easier to maintain. Otherwise, NFC.

Restore r324903 and fix PR36369.

Diff Detail

Event Timeline

evandro created this revision.Feb 15 2018, 5:29 PM
evandro planned changes to this revision.Feb 16 2018, 9:22 AM

New information concerning PR36369 came up that requires me to work further on this fix. Will update this patch then.

evandro updated this revision to Diff 134674.Feb 16 2018, 12:01 PM

Confirmed solution of PR36369.

evandro accepted this revision.Feb 20 2018, 12:33 PM

Since the bug PR36369 was confirmed fixed and the change required was a single line changed from the original patch, I'm committing this patch.

This revision is now accepted and ready to land.Feb 20 2018, 12:33 PM
evandro closed this revision.Feb 20 2018, 12:37 PM

Closed by commit rL325621