Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38132 Build 38131: arc lint + arc unit
Event Timeline
llvm/docs/LangRef.rst | ||
---|---|---|
13953–13954 | Please change: To: | |
13954–13959 | Your added sentence does not parse for me. |
llvm/docs/LangRef.rst | ||
---|---|---|
13953–13954 | Sounds good, thanks! Do you think that clarification is enough, without the additional sentence? | |
13954–13959 | Do you mean when reading the sentence or with sphinx? |
llvm/docs/LangRef.rst | ||
---|---|---|
13953–13954 | Yes. LGTM. | |
13954–13959 | When reading. |
llvm/docs/LangRef.rst | ||
---|---|---|
13953–13954 | Done, thanks! |
llvm/docs/LangRef.rst | ||
---|---|---|
13956 | Worth adding a sentence to explain *why* we have this intrinsic at all? Something like: |
Thanks!. From the previous comments my understanding is that the re-phrasing looks good to him, but I'll wait for a few more days, in case there are additional concerns.
No need to wait.
In general, unless I ask explicitly to wait or indicate a desire to see a future version, you don't need to wait for me to circle back if someone else gave an LGTM.
Please change:
"is equivalent to the expression a \* b + c, except that rounding will
not be performed between the multiplication and addition steps if the
code generator fuses the operations. "
To:
"is equivalent to the expression a \* b + c, except that it is unspecified whether rounding will be performed between the multiplication and addition steps. "