<div dir="ltr">Hello,<div><br></div><div>I'm replacing a struct with another struct of a different size. A problem arises when the following line occurs in the source code:</div><div><br></div><div>MyStruct *a = malloc(sizeof(a));</div>
<div><br></div><div>The 'sizeof(a)' is turned into a constant in the LLVM IR, resulting in the wrong amount of memory being allocated for the struct. Is there any way to find all the constants that have arisen from sizeof?</div>
<div><br></div><div>Thanks, Peter</div></div>