Re: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-18 Thread juzhe.zh...@rivai.ai
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

RE: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-19 Thread Li, Pan2 via Gcc-patches
; 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