[PATCH] MIR Serialization: Begin serializing the CFI operands by serializing .cfi_def_cfa_offset.

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Jul 21 15:07:49 PDT 2015


> On 2015-Jul-21, at 14:52, Alex L <arphaman at gmail.com> wrote:
> 
> Hi,
> 
> This patch begins serializing the CFI index machine operands by serializing one kind of CFI instruction - the .cfi_def_cfa_offset instruction. The .cfi_def_cfa_offset instruction uses the following syntax:
> 
>    .cfi_def_cfa_offset <offset>
> 
> Thanks,
> Alex
> <0001-MIR-Serialization-Begin-serializing-the-CFI-operands.patch>

This seems like a reasonable approach for CFI.  LGTM.



More information about the llvm-commits mailing list