Skip to content

Comments

[opt] Let conditional specialization take sibling operands into account#3880

Draft
copybara-service[bot] wants to merge 1 commit intomainfrom
test_874254050
Draft

[opt] Let conditional specialization take sibling operands into account#3880
copybara-service[bot] wants to merge 1 commit intomainfrom
test_874254050

Conversation

@copybara-service
Copy link

[opt] Let conditional specialization take sibling operands into account

When analyzing an operand of an AND/NAND/OR/NOR node, we can assume that other operands are not the absorbing element for that operation.

Given this (and our other knowledge), if an operand is implied to be the absorbing element, we can collapse the entire operation.

When analyzing an operand of an AND/NAND/OR/NOR node, we can assume that other operands are not the absorbing element for that operation.

Given this (and our other knowledge), if an operand is implied to be the absorbing element, we can collapse the entire operation.

PiperOrigin-RevId: 874254050
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant