This is an archive of the discontinued LLVM Phabricator instance.

[builtin] for the condition for check __ARM_FEATURE_CLZ
ClosedPublic

Authored by weimingz on Dec 7 2016, 10:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

weimingz updated this revision to Diff 80626.Dec 7 2016, 10:23 AM
weimingz retitled this revision from to [builtin] for the condition for check __ARM_FEATURE_CLZ.
weimingz updated this object.
weimingz added reviewers: rnk, compnerd.
weimingz added a subscriber: llvm-commits.
rengolin accepted this revision.Dec 7 2016, 10:34 AM
rengolin edited edge metadata.

Right, this looks correct.

lib/builtins/assembly.h
74 ↗(On Diff #80626)

just move this line up with the first one.

This revision is now accepted and ready to land.Dec 7 2016, 10:34 AM
weimingz updated this revision to Diff 80628.Dec 7 2016, 10:47 AM
weimingz edited edge metadata.

I ran clang format, but uploaded the old version. :(

This revision was automatically updated to reflect the committed changes.
rnk edited edge metadata.Dec 7 2016, 12:59 PM

Thanks!