Based on comments from @arsenm.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/docs/LangRef.rst | ||
---|---|---|
2236–2237 ↗ | (On Diff #481896) | The first sentence isn't grammatically correct. Also should not start out with the word legal |
2239 ↗ | (On Diff #481896) | Still not stating what legal means in this context |
2240 ↗ | (On Diff #481896) | Grammar? |
2241 ↗ | (On Diff #481896) | return types? Also what is the behavior for aggregates? Aggregates containing vectors? Nested aggregates with vectors? |
2243 ↗ | (On Diff #481896) | Returnings isn't a word; "return values"? |
2244–2245 ↗ | (On Diff #481896) | We can't spec attributes in terms of what clang's behavior is today |
Comment Actions
I want to remove the description from LangRef directly since we decided to only support this attribute in X86. WDYT?
llvm/docs/LangRef.rst | ||
---|---|---|
2241 ↗ | (On Diff #481896) | Good question. I think we have considered such cases. See https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/CGCall.cpp#L4729-L4740 |
clang/lib/CodeGen/CodeGenFunction.cpp | ||
---|---|---|
502–504 | I still think the sentence is ill-formed. But I have tried my best. Welcome for suggestions. |
I still think the sentence is ill-formed. But I have tried my best. Welcome for suggestions.