Displaying 1 result from an estimated 1 matches for "16c2fc68cc".
2019 Jan 12
2
Polybench llvm's IR -fopenmp
Hi all,
I'm trying to get the llvm's IR from the source code of Polybench (OMP) https://github.com/cavazos-lab/PolyBench-ACC/tree/master/OpenMP.
I noticed a considerable difference between the IR generated using clang -emit-llvm -fopenmp and clang -emit-llvm:
* using the -fopenmp flag I get a simplified IR in which I read a single basic block where I can highlight a llvm.memcpy