[Git][ghc/ghc][wip/fix-26109] Apply 1 suggestion(s) to 1 file(s)
recursion-ninja pushed to branch wip/fix-26109 at Glasgow Haskell Compiler / GHC Commits: 01be20d3 by recursion-ninja at 2025-08-08T21:44:56+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Andreas Klebinger <klebinger.andreas@gmx.at> - - - - - 1 changed file: - compiler/GHC/CmmToLlvm/CodeGen.hs Changes: ===================================== compiler/GHC/CmmToLlvm/CodeGen.hs ===================================== @@ -243,7 +243,7 @@ genCall (PrimTarget op@(MO_BSwap w)) [dst] args = genCallSimpleCast w op dst args -- Handle Pdep and Pext that (may) require using a type with a larger bit-width --- than the specified but width. This register width-extension is particualarly +-- than the specified bit width. This register width-extension is particualarly -- necessary for W8 and W16. genCall (PrimTarget op@(MO_Pdep w)) [dst] args = genCallCastWithMinWidthOf W32 w op dst args View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/01be20d3762af6fe8df718cb86788c25... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/01be20d3762af6fe8df718cb86788c25... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
recursion-ninja (@recursion-ninja)