"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0cb06d64e8d7ffb6de98707765a17e35c7033169"
Annotate LLVM-IR for all parallel loops
This change allows to annotate all parallel loops with loop id metadata. Furthermore, it will annotate memory instructions with llvm.mem.parallel_loop_access metadata for all surrounding parallel loops. This is especially usefull if an external paralleliser is used. This also removes the PollyLoopInfo class and comments the LoopAnnotator. A test case for multiple parallel loops is attached. llvm-svn: 218793
Loading
Please register or sign in to comment