Ticket #7014 (closed feature request: fixed)
RULES for bitwise logic and shift primops
| Reported by: | akio | Owned by: | simonpj |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.1 |
| Component: | Compiler | Version: | 7.4.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I think it will be useful if expressions like (x .|. 0) and (shiftL x 0) are optimized away.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

