AnyDSL / thorin

The Higher-Order Intermediate Representation
https://anydsl.github.io
GNU Lesser General Public License v3.0
151 stars 15 forks source link

Merge LLVM 3.8 branch #58

Closed madmann91 closed 7 years ago

madmann91 commented 7 years ago

I think it is time to switch to LLVM 3.8, so that we can test the vectorizer. The traversal code and the Stincilla tests pass (except for median which was broken on master before even infer).

leissa commented 7 years ago

What happend to the SPIR stuff here? AFAIR we aggreed to drop SPIR support. Have all traces of SPIR-specific stuff already removed?

madmann91 commented 7 years ago

Well, I think it is still in there. It would be nice to have @richardmembarth 's opinion on this. But we can always remove it later, so I believe it is fine to merge now.