On Thu Jul 27 11:21:57 2023 +0000, Giovanni Mascellani wrote:
Why not always returning the error? What is the advantage of doing some more parsing, if the only information we're going to return is just a generic failure error, without additional diagnostics?
TPF parsing continues after some failures, e.g. an unhandled instruction. I did this for consistency, but I have no objection to returning an error immediately for all failures. EDIT: Excluding unimplemented intrinsics, which return undefs so the shader can be used. This has proven useful.