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
1 changed file:
Changes:
... | ... | @@ -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
|