cdl-saarland / rv

RV: A Unified Region Vectorizer for LLVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make RV work with the new PM

simoll opened this issue · comments

Clang is poised to switch to the new/non-legacy PM for LLVM 10 (http://lists.llvm.org/pipermail/llvm-dev/2019-August/134326.html)
Make sure RV works fine with the new PM.

I started to work on this in PR #53.