<div dir="ltr"><div>Hello all,</div><div><br></div><div>In my project, I need to allocate an extra 4 Bytes in every Alloca instruction. These additional bytes will be used to store the 'allocation info'(like size and structure of the allocated object etc). Instead of adding 4 bytes to the Alloca 'size' operand at every Alloca Instruction, I was thinking to make this change at the level where Alloca gets converted to machine IR. <br></div>Can anyone please point me towards the code which actually handles this conversion(lowering of Alloca Inst)?<br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Regards,<br></div>Udit kumar agarwal<br></div></div></div>