Skip to content
Snippets Groups Projects
Maria Kotsifakou's avatar
kotsifa2 authored
not). Code generation uses it.
- Added a policy that uses it.

Tested on pipeline benchmark.
17cd755f
History
Name Last commit Last update
cfar-report
libclc
llvm
paper
.gitignore
README.md

HPVM

Build

# Get dependencies
cd llvm/projects
git pull https://github.com/llvm-mirror/compiler-rt
git checkout release_39
cd ../..

# Build
mkdir build && cd build
cmake ../llvm
make -j