
29 Apr
2011
29 Apr
'11
7:55 p.m.
Hi,
Henning Thielemann
Nontheless it might be interesting to let GHC emit LLVM bitcode. As far as I understand, this would enable LLVM's Link Time Optimizations.
You can already emit .ll code with -ddump-llvm. All LLVM tools that take .bc files as input (llc/opt/llvm-link) can also read .ll (look at llvm/Support/IRReader.h).