aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorDenis Antrushin <dantrushin@gmail.com>2020-09-18 23:09:52 +0700
committerDenis Antrushin <dantrushin@gmail.com>2020-10-15 16:16:11 +0700
commit8c2b69d53a3234b24003929235cd2b4de62240dd (patch)
tree0b6e10e26510514e6ff0be8d90e9460db2d6d9bd /llvm/lib/CodeGen/MachineFunction.cpp
parent53122ce2b39f5fb52c7a5933cc4cf32aad43568f (diff)
downloadllvm-8c2b69d53a3234b24003929235cd2b4de62240dd.zip
llvm-8c2b69d53a3234b24003929235cd2b4de62240dd.tar.gz
llvm-8c2b69d53a3234b24003929235cd2b4de62240dd.tar.bz2
[Statepoints] Unlimited tied operands.
Current limit on amount of tied operands (15) sometimes is too low for statepoint. We may get couple dozens of gc pointer operands on statepoint. Review D87154 changed format of statepoint to list every gc pointer only once, which makes it trivial to find tiedness relation between statepoint operands: defs are mapped 1-1 to gc pointer operands passed on registers. Reviewed By: skatkov Differential Revision: https://reviews.llvm.org/D87915
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions