tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Unity][Analysis] Include impure call in VerifyWellFormed errors

Open Lunderberg opened this issue 1 year ago • 0 comments
trafficstars

Prior to this commit, VerifyWellFormed would state that a dataflow block or pure function contained an impure call, but identifying which call was impure was left to the user.

This commit updates VerifyWellFormed to show the impure relax::Call as part of the error message.

Lunderberg avatar Feb 16 '24 16:02 Lunderberg