recursion-ninja pushed to branch wip/fix-26109 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/CmmToLlvm/CodeGen.hs
    ... ... @@ -243,7 +243,7 @@ genCall (PrimTarget op@(MO_BSwap w)) [dst] args =
    243 243
         genCallSimpleCast w op dst args
    
    244 244
     
    
    245 245
     -- Handle Pdep and Pext that (may) require using a type with a larger bit-width
    
    246
    --- than the specified but width. This register width-extension is particualarly
    
    246
    +-- than the specified bit width. This register width-extension is particualarly
    
    247 247
     -- necessary for W8 and W16.
    
    248 248
     genCall (PrimTarget op@(MO_Pdep w)) [dst] args =
    
    249 249
         genCallCastWithMinWidthOf W32 w op dst args