Skip to content

Small cleanups/fixes#5479

Merged
dsharletg merged 5 commits intomasterfrom
dsharletg/small-fixes
Nov 30, 2020
Merged

Small cleanups/fixes#5479
dsharletg merged 5 commits intomasterfrom
dsharletg/small-fixes

Conversation

@dsharletg
Copy link
Contributor

  • Lowering of shifts in CodeGen_LLVM could generate dead code.
  • Some small refactors/simplifications of type matching in IROperator.

// The signedness doesn't match, so just match the bits.
if (x.type().bits() < y.type().bits()) {
Type t;
if (x.type().is_int()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what the hell was going on here? Is there something special about floats?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. The old could would have casted floats to ints though, so I doubt it was doing something useful there.

@dsharletg dsharletg merged commit 78489d0 into master Nov 30, 2020
@dsharletg dsharletg deleted the dsharletg/small-fixes branch November 30, 2020 16:15
@alexreinking alexreinking added this to the v11.0.0 milestone Dec 11, 2020
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.

3 participants