google-research / dex-lang

Research language for array processing in the Haskell/ML family
BSD 3-Clause "New" or "Revised" License
1.58k stars 107 forks source link

Create uninitialized values in Imp directly. #1244

Closed dougalm closed 1 year ago

dougalm commented 1 year ago

Previously we would create a dest and then load from it (uninitialized) but that generates a bunch of unnecessary code for LLVM to deal with.