Paraiso icon indicating copy to clipboard operation
Paraiso copied to clipboard

Commutative Operations

Open nushio3 opened this issue 13 years ago • 1 comments

You can set input edges for commutative arithmetic operators as unordered from later on. thus increasing the opportunity of common subexpression elimination.

nushio3 avatar Aug 13 '11 15:08 nushio3

and also you can normalize (a > b) with (b < a) and so on

nushio3 avatar Aug 13 '11 16:08 nushio3