Brief description of changes
- Linked to relevant issue(s)
- Code has been formatted with
clang-format(e.g.,clang-format -i src/ispc.cpp) - Git history has been squashed to meaningful commits (one commit per logical change)
- Compiler changes are covered by lit tests
- Language/stdlib changes include new functional tests for runtime behavior
- Documentation updated if needed