Hacker News new | past | comments | ask | show | jobs | submit login

http://mlton.org/LLVMCodegen

MLton can do it's whole program optimization then output to LLVM which I believe should then be able to do auto-vectorization.




It can also output to C, similarly. But vectorisable code isn't recognisable as such in the output. I'm pretty sure the compiler that handles MLton's output never sees anything to vectorise.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: