Ticket #5702 (new bug)

Opened 17 months ago

Last modified 8 months ago

Can't vectorise pattern matching on numeric literals

Reported by: chak Owned by: chak
Priority: normal Milestone: 7.6.2
Component: Data Parallel Haskell Version: 7.3
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Trying to vectorise

toBool :: Int -> Bool
toBool 0 = False
toBool _ = True

we get

*** Vectorisation error ***
    Can't vectorise expression GHC.Prim.Int#

Change History

Changed 17 months ago by igloo

  • difficulty set to Unknown
  • milestone set to 7.4.2

Changed 11 months ago by igloo

  • milestone changed from 7.4.2 to 7.4.3

Changed 8 months ago by igloo

  • milestone changed from 7.4.3 to 7.6.2
Note: See TracTickets for help on using tickets.