File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
zorg/buildbot/builders/annotated Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ case "$BUILDBOT_BUILDERNAME" in
29
29
export BB_QEMU_MEM=" 64G"
30
30
;;
31
31
" clang-riscv-rva23-evl-vec-2stage" )
32
- TARGET_CFLAGS=" -march=rva23u64 -mllvm -force-tail-folding-style=data-with-evl -mllvm - prefer-predicate-over-epilogue=predicate-else-scalar-epilogue"
32
+ TARGET_CFLAGS=" -march=rva23u64 -mllvm -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue"
33
33
export BB_IMG_DIR=$( pwd) /..
34
34
# TODO: Switch to specifying rva23u64 once qemu on the builder is
35
35
# upgraded to a version that recognises it.
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ for CONF in rva20 rva22 rva23 rva23-evl rva23-mrvv-vec-bits; do
97
97
QEMU_CPU=$RVA23_QEMU_CPU
98
98
;;
99
99
rva23-evl)
100
- CFLAGS=" -march=rva23u64 -mllvm -force-tail-folding-style=data-with-evl -mllvm - prefer-predicate-over-epilogue=predicate-else-scalar-epilogue"
100
+ CFLAGS=" -march=rva23u64 -mllvm -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue"
101
101
QEMU_CPU=$RVA23_QEMU_CPU
102
102
;;
103
103
rva23-mrvv-vec-bits)
You can’t perform that action at this time.
0 commit comments