Skip to content
  • David Terei's avatar
    Specify unsupported ops, don't just use a catch all · 53a16984
    David Terei authored
    Better to specifically list the unsupported cases in code
    than to have a catch all that panics. The later method hides
    problems when new constructors are added such as the recent
    additions to the supported Cmm prim ops that weren't ported
    to the C backend since no one noticed.
    53a16984