AnyDSL / MimIR

MimIR is my Intermediate Representation
https://anydsl.github.io/MimIR/
MIT License
46 stars 9 forks source link

Refactor/core #193

Closed leissa closed 1 year ago

leissa commented 1 year ago

Changes

NeuralCoder3 commented 1 year ago

Use implicit Dst type for %core.bitcast:

The source type is now implicit not the destination type, right? (The dst type could theoretically be implicit but could not be locally inferred; the information is only available in its usage context (Hindley–Milner style inference/unification))

leissa commented 1 year ago

Use implicit Dst type for %core.bitcast:

The source type is now implicit not the destination type, right? (The dst type could theoretically be implicit but could not be locally inferred; the information is only available in its usage context (Hindley–Milner style inference/unification))

correct.