arcana-lab / noelle

NOELLE Offers Empowering LLVM Extensions
MIT License
71 stars 35 forks source link

Port to LLVM 18/19 #137

Open ihiasi opened 1 month ago

ihiasi commented 1 month ago

Hi - I see there's a port to LLVM 14 in progress, any plans for a port to a later LLVM (the RISC-V toolchain is updated constantly between LLVM releases as far as I know so it is always better to stay on the latest LLVM if involved/learning RISC-V). If not, any way I could help ? Thank you.

scampanoni commented 1 week ago

Hi, Yes, we plan to port NOELLE (and the rest of the codebases like Gino) to LLVM 18.1.6. The first step will be to switch to the new pass manager, and then to deal with opaque pointers.