aboutsummaryrefslogtreecommitdiff
path: root/test/opt/debug_info_manager_test.cpp
AgeCommit message (Collapse)Author
2020-07-14Rewrite KillDebugDeclares() (#3513)Jaebaek Seo
DebugInfoManager::KillDebugDeclares() must erase the variable id from |var_id_to_dbg_decl_| after killing its DebugDeclare instructions.
2020-04-27Add debug information analysis (#3305)Jaebaek Seo
We need an analysis for OpenCL.DebugInfo.100 extension instructions such as a map between function id and its DebugFunction. This commit add an analysis for it.