Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/TableGen/SDNodeProperties.cpp | ||
---|---|---|
31 | This won't report the error correctly if there are two properties and the first one is known but the second isn't. Properties will be non-zero after the first property so the second property won't be able to trigger an error. |
This won't report the error correctly if there are two properties and the first one is known but the second isn't. Properties will be non-zero after the first property so the second property won't be able to trigger an error.