Constant evaluation should not impose TVM datatypes restrictions for intermediate values #914
Labels
scope: const-eval
The constant and partial evaluation optimization mechanisms
Milestone
The restrictions should only apply to the final result. This would allow things like
-pow2(256)
to mean TVM minimal integer instead of using integer literals (and hardcoding the unary minus rule for those).The text was updated successfully, but these errors were encountered: