;
kito.cheng
Subject: Re: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic
rounding
Plz add these following testcase and check:
test1 (4 combinations):
for (...) {
if () {
vfadd1
call
} else {
vfadd2
call
}
}
vfadd1 and vfadd2 can be either static or dyn.
test2
Plz add these following testcase and check:
test1 (4 combinations):
for (...) {
if () {
vfadd1
call
} else {
vfadd2
call
}
}
vfadd1 and vfadd2 can be either static or dyn.
test2 (4 combinations):
for (...) {
if () {
call
vfadd1
} else {
call
vfadd2