Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add internal pointer assert to Power select evaluator
The select evaluator in the Power codegen cannot handle select nodes with children that are internal pointers, since information about the pinning array pointer would be lost. An assert has been added to verify that internal pointers are not passed to this evaluator. Signed-off-by: Ben Thomas <ben@benthomas.ca>
- Loading branch information