Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 627 Bytes

File metadata and controls

12 lines (10 loc) · 627 Bytes

Description

Brief description of changes

Related Issue

  • Linked to relevant issue(s)

Checklist

  • 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