CC: gcc-patches; rguenther
Subject: Re: [PATCH] DOC: Update COND_LEN document
Juzhe-Zhong writes:
> As Richard's suggested. We need to adapt doc for cond_len operations.
>
> gcc/ChangeLog:
>
> * doc/md.texi: Update document.
Thanks for addressing my comment. I was thinking a
6 17:25
To: Juzhe-Zhong
CC: gcc-patches; rguenther
Subject: Re: [PATCH] DOC: Update COND_LEN document
Juzhe-Zhong writes:
> As Richard's suggested. We need to adapt doc for cond_len operations.
>
> gcc/ChangeLog:
>
> * doc/md.texi: Update document.
Thanks for addressing my comm
Juzhe-Zhong writes:
> As Richard's suggested. We need to adapt doc for cond_len operations.
>
> gcc/ChangeLog:
>
> * doc/md.texi: Update document.
Thanks for addressing my comment. I was thinking about the
pseudo code though. Currently it is:
for (i = 0; i < ops[4] + ops[5]; i++)
op0[i
As Richard's suggested. We need to adapt doc for cond_len operations.
gcc/ChangeLog:
* doc/md.texi: Update document.
---
gcc/doc/md.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index daa318ee3da..dd2c26edf7b 100644
--- a/gcc/doc/md.texi
++