William Moses
William Moses
That way the compiler doesn't assertion fail, but instead we emit an error that the input code was invalid at line number X.
https://fwd.gymni.ch/0IYvt2 See the reverse rule above. ```llvm define double @square(double %arg) { ; arg, 1 %i8 = insertelement , double %arg, i32 0 ; arg undef, arg %i12 = fmul...
Might be a good GSOC project. E.g. if we cannot differentiate something. We already do some of this in julia at the moment -- would be nice also to enable...