[Git][ghc/ghc][wip/fix-26109] Correcting new test case 'T20645'

recursion-ninja pushed to branch wip/fix-26109 at Glasgow Haskell Compiler / GHC Commits: 224fb5bd by Recursion Ninja at 2025-08-07T18:52:16-04:00 Correcting new test case 'T20645' - - - - - 1 changed file: - testsuite/tests/llvm/should_run/T20645.hs Changes: ===================================== testsuite/tests/llvm/should_run/T20645.hs ===================================== @@ -12,6 +12,7 @@ opaqueInt8# x = x main :: IO () main = let !x = opaqueInt8# 109#Int8 !y = opaqueInt8# 1#Int8 - in putStrLn . flip showHex "" . W# $ pext8# + in putStrLn $ flip showHex "" (W# ( pext8# (word8ToWord# (int8ToWord8# (0#Int8 `subInt8#` x ))) (word8ToWord# (int8ToWord8# (y `subInt8#` 4#Int8))) + )) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/224fb5bd5e724226e1f9a2783cbf1c73... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/224fb5bd5e724226e1f9a2783cbf1c73... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
recursion-ninja (@recursion-ninja)