support bit member of struct, such as 'struct S { uint8_t flag:1; }; '
authoryu.dongliang <18588496441@163.com>
Thu, 6 Mar 2025 09:17:39 +0000 (17:17 +0800)
committeryu.dongliang <18588496441@163.com>
Thu, 6 Mar 2025 09:17:59 +0000 (17:17 +0800)
commit43f0e4fc88ef3b8e860833eb1f9c5bf3107e5fe4
treec8551f9d301d4f89ce6ee7a078648cf4e3de3b0a
parentfc22720215e9ab33a2b5bb6741ae6941304fc386
support bit member of struct, such as 'struct S { uint8_t flag:1; }; '
20 files changed:
core/scf_3ac.c
core/scf_core_types.h
core/scf_operator_dag.c
core/scf_operator_handler_3ac.c
core/scf_optimizer_pointer_alias.c
core/scf_variable.c
core/scf_variable.h
examples/bit_struct.c [new file with mode: 0644]
native/eda/scf_eda_inst.c
native/risc/scf_risc_inst.c
native/risc/scf_risc_rcg.c
native/x64/scf_x64.h
native/x64/scf_x64_inst.c
native/x64/scf_x64_inst_binary.c
native/x64/scf_x64_peephole.c
native/x64/scf_x64_rcg.c
native/x64/scf_x64_reg.c
native/x64/scf_x64_reg.h
parse/scf_dfa_class.c
parse/scf_dfa_var.c