Skip to content
  • Ben Gamari's avatar
    llvmGen: Fix #14251 · c53b1a3f
    Ben Gamari authored
    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.
    c53b1a3f