diff options
author | Hal Finkel <hfinkel@anl.gov> | 2015-01-13 18:25:05 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2015-01-13 18:25:05 +0000 |
commit | 63fb9281092a475a5d77b52f041efb4d0aa2a26f (patch) | |
tree | 8388aeaf34312f2566a7c2b494c05dd5e6342a42 /llvm/docs | |
parent | 4a2d333982e9a9b8db9404d65470c5925a6f19b7 (diff) | |
download | bcm5719-llvm-63fb9281092a475a5d77b52f041efb4d0aa2a26f.tar.gz bcm5719-llvm-63fb9281092a475a5d77b52f041efb4d0aa2a26f.zip |
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Reverting this while I investiage buildbot failures (segfaulting in
GetCostForDef at ScheduleDAGRRList.cpp:314).
llvm-svn: 225811
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/StackMaps.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/StackMaps.rst b/llvm/docs/StackMaps.rst index 5bb05540dec..bd0fb946f9a 100644 --- a/llvm/docs/StackMaps.rst +++ b/llvm/docs/StackMaps.rst @@ -221,12 +221,6 @@ lowered according to the calling convention specified at the intrinsic's callsite. Variants of the intrinsic with non-void return type also return a value according to calling convention. -On PowerPC, note that the ``<target>`` must be the actual intended target of -the indirect call, not the function-descriptor address normally used as the -C/C++ function-pointer representation. As a result, the call target must be -local because no adjustment or restoration of the TOC pointer (in register r2) -will be performed. - Requesting zero patch point arguments is valid. In this case, all variable operands are handled just like ``llvm.experimental.stackmap.*``. The difference is that space will |