MakeNaturalAlignAddrLValue() expects the pointee type, but the pointer type was passed. As a result, the natural alignment of the pointer (usually 8) was always used in place of the natural alignment of the value type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo