Skip to content
  • Ben Gamari's avatar
    llvmGen: Fix #14251 · e015eb33
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Fixes the calling convention for functions passing raw SSE-register
    values by adding padding as needed to get the values in the right
    registers. This problem cropped up when some args were unused an dropped
    from the live list.
    
    This folds together 2e23e1c7 and
    73273be4 previously from @kavon.
    
    Metric Increase:
        T12707
        ManyConstructors
    e015eb33