Skip to content
  • Andreas Klebinger's avatar
    x86-ncg: Fix fma codegen when arguments are globals · 82ccb801
    Andreas Klebinger authored and Marge Bot's avatar Marge Bot committed
    Fix a bug in the x86 ncg where results would be wrong when the desired output
    register and one of the input registers were the same global.
    
    Also adds a tiny optimization to make use of the memory addressing
    support when convenient.
    
    Fixes #24496
    82ccb801