Skip to content

Canonicalize tessera calls#2584

Open
jessicacotturone21 wants to merge 2 commits into
mainfrom
canonicalize-tessera-calls
Open

Canonicalize tessera calls#2584
jessicacotturone21 wants to merge 2 commits into
mainfrom
canonicalize-tessera-calls

Conversation

@jessicacotturone21

@jessicacotturone21 jessicacotturone21 commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Collapses extractvalue/insertelement/bitcast chain between tessera.call ops that is used to cast between return type of first call and input type of second call. Instead, replaces argument of second call with return value of the first call (thus changing the type of the argument in the second call but allowing for pattern matching to occur)

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.02%. Comparing base (48c646a) to head (6e3977a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2584   +/-   ##
=======================================
  Coverage   31.01%   31.02%           
=======================================
  Files         225      225           
  Lines       44446    44447    +1     
=======================================
+ Hits        13787    13788    +1     
  Misses      30659    30659           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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