summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-08-01 14:44:59 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-08-01 14:44:59 +0530
commit278e2de6bcbefd0b18e97bba750c806cc787cb90 (patch)
tree405703c693978cd8ae5e37e429745447e941ca95
parent5a5dbead26b19890c31fd0c5d7fa61a1c49b3f7e (diff)
tcwg_bmk-build.sh: Pass -fdump-tree-vect-details to gather data on loops vectorized with SVE.
Change-Id: Ic61b2963a5082e63c45ac7ca31f2d4b9a4e0d3a8
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 8d4250a4..b9e73cb2 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -237,7 +237,7 @@ benchmark ()
cc="$bin/$gnu_target-"
toolchain="gnu"
# Append -fdump-statistics-asmname to obtain compile time metrics.
- bmk_flags="$bmk_flags -fdump-statistics-asmname"
+ bmk_flags="$bmk_flags -fdump-statistics-asmname -fdump-tree-vect-details"
;;
esac
case "${rr[toolchain]}:${benchmarks[*]}:$bmk_mode" in