)]}'
{
  "commit": "056fdd8491f3a370df3c27bf640d49ff2454ce71",
  "tree": "fb6b0366014dd9ebca3762c61de177469a734a20",
  "parents": [
    "cfed5ffdc346f14f69d910f6941fef9e0ebeb92d"
  ],
  "author": {
    "name": "Steven Perron",
    "email": "stevenperron@google.com",
    "time": "Tue Jun 23 12:17:08 2026 -0700"
  },
  "committer": {
    "name": "Steven Perron",
    "email": "stevenperron@google.com",
    "time": "Tue Jun 23 12:17:08 2026 -0700"
  },
  "message": "Fix forward-reference errors for folded SPIR-V instructions.\n\nWhen instructions are folded in the SPIR-V printer, they assume\nthey do not have a value in the `value_` map, and one is added.\nHowever, if the id was pre-allocated, this add will fail. The users of\nthese instructions results will then use an id that is undefined.\n\nThis CL introduces a FoldTo helper in the printer. If the result ID\nhas already been pre-allocated, FoldTo emits an OpCopyObject to define\nthe pre-allocated ID. Otherwise, it simply maps the value to the folded ID.\n\nFIX\u003d417813980\n\nChange-Id: Ie9a42c85f2672bd46d1f85fb18dd9bed102be2cc\nReviewed-on: https://dawn-review.googlesource.com/c/dawn/+/319236\nReviewed-by: James Price \u003cjrprice@google.com\u003e\nCommit-Queue: Steven Perron \u003cstevenperron@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "15d63e5133819c31b8ff4a741937bd35f813c442",
      "old_mode": 33188,
      "old_path": "src/tint/lang/spirv/writer/if_test.cc",
      "new_id": "afb7add653415ac2080d5db44f3f9e6e37cb1e45",
      "new_mode": 33188,
      "new_path": "src/tint/lang/spirv/writer/if_test.cc"
    },
    {
      "type": "modify",
      "old_id": "0ed78ea19dd9b8f4889d19579504d69dbb1538b2",
      "old_mode": 33188,
      "old_path": "src/tint/lang/spirv/writer/printer/printer.cc",
      "new_id": "207a6f235269a049c3fe27b2a2278a1e385de588",
      "new_mode": 33188,
      "new_path": "src/tint/lang/spirv/writer/printer/printer.cc"
    }
  ]
}
