For byval arguments, the number of dereferenceable bytes is equal to
the size of the pointee, not the pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/IR/Value.cpp | ||
---|---|---|
632 ↗ | (On Diff #127174) | The verifier checks isSized(); you don't need to check it here. |