Opt: Delete names and decorations of dead instructions
authorGregF <greg@LunarG.com>
Wed, 26 Jul 2017 22:34:41 +0000 (18:34 -0400)
committerLei Zhang <antiagainst@gmail.com>
Wed, 26 Jul 2017 22:36:41 +0000 (18:36 -0400)
commit7954740d542786acd071310a8978ffb3e2042b7c
tree3636590b88594fbbdbc262f52b8d580f7981c29d
parent9f6efc76c8b8edf644194bec2c70cc3c4612726b
Opt: Delete names and decorations of dead instructions
14 files changed:
source/opt/aggressive_dead_code_elim_pass.cpp
source/opt/dead_branch_elim_pass.cpp
source/opt/dead_branch_elim_pass.h
source/opt/local_access_chain_convert_pass.cpp
source/opt/local_access_chain_convert_pass.h
source/opt/local_single_block_elim_pass.cpp
source/opt/local_single_block_elim_pass.h
source/opt/local_single_store_elim_pass.cpp
source/opt/local_single_store_elim_pass.h
source/opt/local_ssa_elim_pass.cpp
source/opt/local_ssa_elim_pass.h
test/opt/dead_branch_elim_test.cpp
test/opt/local_single_block_elim.cpp
test/opt/local_single_store_elim_test.cpp