While trying to figure out how this was all supposed to work, I
figured I'd start writing down some documentation, since it was
basically completely missing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This is phenomenal, thank you!
There's one typo and did you mean to keep the FIXMEs in documentation?
docs/LangRef.rst | ||
---|---|---|
2883 ↗ | (On Diff #28712) | registerf ? |
Comment Actions
did you mean to keep the FIXMEs in documentation?
I did mean to, since they seem to be bugs, or need attention as to what the actual intent is.
But I'm open to other ways of expressing that.
Comment Actions
Yeah, unless it's a comment that gets "compiled" out best not to have it.
I'll get to the rest soon.
Comment Actions
Go ahead and put in the TargetLowering change spearately, check for typos ala dougk's comment, and that's it from me.
Thank you so very much for doing this!
-eric
Comment Actions
Spell-checked, moved FIXMEs to rst "comments", so they show up only in the source, and double-checked formatted output. Thanks.