llvm/llvm-project

[DAG] Add computeKnownBits(FREEZE(X)) handling

已关闭

#161,642 创建于 2025年10月2日

 (4 条评论) (0 个反应) (1 位负责人)C++ (10,782 个派生)batch import
good first issuellvm:SelectionDAG

仓库指标

星标
 (26,378 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Similar to #161507 - add FREEZE handling to allow us to analyze demanded elements of a node through a FREEZE

The tricky bit will be to add test coverage - you will need a FREEZE node that can't be removed due to some elements possibly being undef/poison, but other elements that are not and have useful known bits data for a dependent node.

This might be easier once #161512 has landed.

贡献者指南