This is an archive of the discontinued LLVM Phabricator instance.

[COFF, ARM64] Add __nop intrinsic
ClosedPublic

Authored by mgrang on Jan 14 2019, 10:09 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang created this revision.Jan 14 2019, 10:09 AM
efriedma accepted this revision.Jan 14 2019, 11:55 AM

LGTM

I'm assuming this isn't on the list of intrinsics that we must not implement as an inline function in intrin.h... if it is, we'll have to reimplement it at some point. But this is clearly an improvement, in any case.

This revision is now accepted and ready to land.Jan 14 2019, 11:55 AM
rnk accepted this revision.Jan 14 2019, 12:53 PM

lgtm

This revision was automatically updated to reflect the committed changes.