spcl / open-earth-compiler

development repository for the open earth compiler
https://arxiv.org/abs/2005.13014
Other
75 stars 14 forks source link

Loop.if vs cmpf/select during canonicalization #18

Closed muellch closed 4 years ago

muellch commented 4 years ago

Several questions:

gysit commented 4 years ago

a solution could be to start the code always using select and then only after inlining introduce if / else. That way cse may work better. Something to discuss with Alex&Co