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?
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.
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?