nushio3 / Paraiso

a Parallel Integration Scheme Organizer for partial differential equations solvers
http://www.paraiso-lang.org/wiki/
BSD 3-Clause "New" or "Revised" License
49 stars 8 forks source link

Commutative Operations #32

Open nushio3 opened 12 years ago

nushio3 commented 12 years ago

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

nushio3 commented 12 years ago

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