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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D19099
[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
Diff Detail
Event Timeline• koriakin updated this object. t.p.northover edited edge metadata. Comment ActionsLooks 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 Closed by commit rL266817: [AArch64] Fix D19098 fallout. (authored by • koriakin). · Explain WhyApr 19 2016, 1:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 54254 cfe/trunk/lib/CodeGen/CGBuiltin.cpp
cfe/trunk/test/CodeGen/builtins-arm64.c
|