The SimplifyDemandedBits entry point used by DAGCombiner forces the AssumeSingleUse flag to be set to true preventing SimplifyDemandedBits from protecting this itself. Every other caller from DAGCombine pass the node being visited due to SimplifyDemandedBits so this isn't a problem for them.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 14325 Build 14325: arc lint + arc unit