Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dialects: (llvm) ArithmeticBinOpBase is always on integers #3270

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

superlopuh
Copy link
Member

Removes the generic parameter from arithmetic binary operations in the llvm dialect.

CC @lfrenot this will conflict with your PR

@superlopuh superlopuh added the dialects Changes on the dialects label Oct 9, 2024
@superlopuh superlopuh self-assigned this Oct 9, 2024
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.00%. Comparing base (82dba7d) to head (dbc44f8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3270   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files         444      444           
  Lines       55584    55583    -1     
  Branches     5345     5345           
=======================================
  Hits        50028    50028           
  Misses       4159     4159           
+ Partials     1397     1396    -1     

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

@superlopuh superlopuh merged commit b205332 into main Oct 9, 2024
14 checks passed
@superlopuh superlopuh deleted the sasha/misc/llvm-arith-binop branch October 9, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants