A successful compilation, or messages about what part of the program being compiled fails. As far as I can tell this should at least surface a more user-friendly message if the TIR is invalid.
Actual behavior
I get a long trace (added below) which ends with this message:
InternalError: Check failed: (is_zero(op->min)) is false:
Expected behavior
A successful compilation, or messages about what part of the program being compiled fails. As far as I can tell this should at least surface a more user-friendly message if the TIR is invalid.
Actual behavior
I get a long trace (added below) which ends with this message:
InternalError: Check failed: (is_zero(op->min)) is false:
This seems to fail in the
tir.LowerIntrin
passSteps to reproduce
This script causes the exception to occur:
Dump
Triage
Please refer to the list of label tags here to find the relevant tags and add them below in a bullet format (example below).