fixed Bug in helper script

This commit is contained in:
Nils Hölscher 2022-05-17 08:20:52 +02:00
parent f818f3847a
commit 801831a2b5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ compile () {
run () {
echo "==== Running $1 ===="
opt -load-pass-plugin build/libCacheAnalysisPass.so \
opt -load-pass-plugin build/lib/libCacheAnalysisPass.so \
-passes='lru-misses(function(loop-unroll-and-jam))' \
test/$1.ll -o /dev/null
#llvm-dis < out.bc > out.ll