Re: [PATCH V1 1/1] UNRATIFIED RISC-V: Add 'ZiCond' extension

2023-04-17 Thread Jeff Law via Gcc-patches
On 2/9/23 04:06, shiyul...@iscas.ac.cn wrote: From: yulong [DO NOT MERGE] Until 'ZiCond' extension is frozen/ratified and final version number is determined, this patch should not be merged upstream. This commit uses version 1.0 as in the documentation. This commit adds support for the lat

Re: [PATCH V1 1/1] UNRATIFIED RISC-V: Add 'ZiCond' extension

2023-02-09 Thread Philipp Tomsich
Just a quick heads-up to avoid duplication of work: we have a series queued up for later this week (right now, SPEC2017 is still running for QA purposes) that adds if-conversion support and converts that into Zicond operations. It doesn't have much overlap (except handling the "zicond" flag), as we

[PATCH V1 1/1] UNRATIFIED RISC-V: Add 'ZiCond' extension

2023-02-09 Thread shiyulong
From: yulong [DO NOT MERGE] Until 'ZiCond' extension is frozen/ratified and final version number is determined, this patch should not be merged upstream. This commit uses version 1.0 as in the documentation. This commit adds support for the latest draft of RISC-V Integer Conditional (ZiCond) ex