Skip to content
  • Krzysztof Gogolewski's avatar
    primops: Remove Monadic and Dyadic categories · 770100e0
    Krzysztof Gogolewski authored and Marge Bot's avatar Marge Bot committed
    There were four categories of primops: Monadic, Dyadic, Compare, GenPrimOp.
    
    The compiler does not treat Monadic and Dyadic in any special way,
    we can just replace them with GenPrimOp.
    
    Compare is still used in isComparisonPrimOp.
    770100e0