cdl-saarland / rv

RV: A Unified Region Vectorizer for LLVM
Other
105 stars 15 forks source link

Newer LLVM support #73

Open jabraham17 opened 1 month ago

jabraham17 commented 1 month ago

I am working on the Chapel compiler and have been looking at integrating RV with Chapel. Chapel is currently using LLVM version 18, which seems to be newer than what RV supports (based on branch names/commits). Is there a plan to upgrade RV to newer LLVMs or will it stay at LLVM 16?

richardmembarth commented 1 month ago

You can give the release/18.x branch a try: https://github.com/cdl-saarland/rv/tree/release/18.x We removed a bunch of stuff not required for AnyDSL. So there might be some stuff missing for your usage scenario.