optimize common sub-expr after call() analysis
authoryu.dongliang <18588496441@163.com>
Tue, 8 Oct 2024 13:26:36 +0000 (21:26 +0800)
committeryu.dongliang <18588496441@163.com>
Tue, 8 Oct 2024 13:26:36 +0000 (21:26 +0800)
commite8d877cdf28f72f7c44232db18c97ce79bcc53ae
treefa0922ee72c1236429413992bf78731b77a32442
parentfa23b0e1e6c59bcff7f505567b55b6fbdc7ed950
optimize common sub-expr after call() analysis
13 files changed:
core/scf_basic_block.c
core/scf_basic_block.h
core/scf_dag.h
core/scf_operator_dag.c
core/scf_optimizer.c
core/scf_optimizer_basic_block.c
core/scf_optimizer_common_expr.c [new file with mode: 0644]
core/scf_variable.c
elf/scf_elf_link.c
examples/common_expr.c [new file with mode: 0644]
native/x64/scf_x64_reg.c
parse/Makefile
util/scf_list.h