This is an archive of the discontinued LLVM Phabricator instance.

[clang] [AArch64] Fix D19098 fallout.
ClosedPublic

Authored by koriakin on Apr 14 2016, 1:23 AM.

Details

Summary

The intrinsic is now called llvm.thread.pointer, not
llvm.aarch64.thread.pointer. Also, the code handling it in CGBuiltin.cpp
is dead - it's already covered by GCCBuiltin. Remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [clang] [AArch64] Fix D19098 fallout..
koriakin updated this object.
koriakin added a reviewer: t.p.northover.
koriakin set the repository for this revision to rL LLVM.
koriakin added a subscriber: llvm-commits.
koriakin added a subscriber: cfe-commits.
t.p.northover accepted this revision.Apr 19 2016, 9:23 AM
t.p.northover edited edge metadata.

Looks good to me. I love seeing the death of a target-specific intrinsic!

Tim.

This revision is now accepted and ready to land.Apr 19 2016, 9:23 AM
This revision was automatically updated to reflect the committed changes.