Closed harlanhaskins closed 6 years ago
This patch adds an unreachable PrimOp, and adds writing and parsing for it.
unreachable
It's necessary to have as a placeholder while debugging codegen. It also trivially lowers to LLVM's unreachable instruction.
Nothing. Resolves #101.
None.
I'd like a test if possible.
What's in this pull request?
This patch adds an
unreachable
PrimOp, and adds writing and parsing for it.Why merge this pull request?
It's necessary to have as a placeholder while debugging codegen. It also trivially lowers to LLVM's unreachable instruction.
What's worth discussing about this pull request?
Nothing. Resolves #101.
What downsides are there to merging this pull request?
None.