tvm
tvm copied to clipboard
[Unity][Analysis] Include impure call in VerifyWellFormed errors
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.