[LANG] Added log intrinsic

This commit is contained in:
Philippe Tillet
2020-11-03 15:50:11 -05:00
committed by Philippe Tillet
parent 02a6e81b88
commit f152150e7d
16 changed files with 74 additions and 14 deletions

View File

@@ -656,6 +656,7 @@ void UnaryOp::TypeChecking() {
return ReduceOpTypeChecking();
case Token::EXP:
case Token::LOG:
return IntrinsicOpTypeChecking();
default: