Skip to content

Drop inlining on shardy.#1204

Open
copybara-service[bot] wants to merge 1 commit intomainfrom
test_900761579
Open

Drop inlining on shardy.#1204
copybara-service[bot] wants to merge 1 commit intomainfrom
test_900761579

Conversation

@copybara-service
Copy link
Copy Markdown

@copybara-service copybara-service Bot commented Apr 18, 2026

Drop inlining on shardy.

It adds func data flow edges unconditionally. It propagates on FuncDataFlowEdges between its sources to users. If the operand of FuncDataFlowEdges is:

  • BlockArgument: The operand is a func argument. The source is the operand of the caller of the func.
  • OpResult: The opearnd is a call result. The source is the terminator of the called func.

@copybara-service copybara-service Bot changed the title Drop inlining for late inlining. Drop inlining on shardy. Apr 25, 2026
@copybara-service copybara-service Bot force-pushed the test_900761579 branch 4 times, most recently from 20f0cda to b1dd5aa Compare April 25, 2026 16:10
It adds func data flow edges unconditionally. It propagates on FuncDataFlowEdges between its sources to users. If the operand of FuncDataFlowEdges is:
- BlockArgument: The operand is a func argument. The source is the operand of the caller of the func.
- OpResult: The opearnd is a call result. The source is the terminator of the called func.

PiperOrigin-RevId: 900761579
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