llvm/llvm-project

[Attributor] Make use of analysis in the MustBeExecutedExplorer

開放

#175 建立於 2020年3月13日

 (3 則留言) (0 個反應) (0 位負責人)C++ (10,782 個分叉)batch import
good first issuegsochelp wantedllvm::Attributor

倉庫指標

星標
 (26,378 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Right now the MustBeExecutedContextExplorer Explorer is created without analysis, e.g., without a dominator tree. As a consequence it is not able to determine non-trivial control flow merge points which reduces the "must-be-executed-context" substantially.

The task is to provide the appropriate analysis getters to the Explorer during creation and update the tests accordingly. If tests for the new capabilities are missing, thus the affected tests do not show the expected effect, new tests need to be added.

貢獻者指南