• ahaas's avatar
    [turbofan] Pass type information of arguments to EmitPrepareArguments. · c0c8c756
    ahaas authored
    On ia32 the code which pushes parameters on the stack depends on the
    types of the parameters which are to be pushed. I provide this type
    information now by not only passing parameter nodes to
    EmitPrepareArguments, but also the index in the call descriptor which
    belongs to the parameter nodes.
    
    This type information will also be necessary if we want to use the
    PokePair instruction on arm64 again.
    
    R=bradnelson@chromium.org, bmeurer@chromium.org
    
    Review URL: https://codereview.chromium.org/1534593004
    
    Cr-Commit-Position: refs/heads/master@{#32982}
    c0c8c756
instruction-selector-ppc.cc 51.8 KB