)]}'
{
  "commit": "df032578c737d361b754fc569b70aa29b5f8c7d4",
  "tree": "bf9a890b69b59cc2c17b4a5f58db43dbcf5e594a",
  "parents": [
    "96545708d0fb060ec6d1e67e85de593bcf24dd21"
  ],
  "author": {
    "name": "diddily",
    "email": "diddily@gmail.com",
    "time": "Wed Jun 03 15:00:33 2026 -0400"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Jun 03 19:00:33 2026 +0000"
  },
  "message": "Fix missing optimization in CodeSinkingPass (#6703)\n\nSet `checked_for_uniform_sync_` after the first scan for uniform memory\nsync instructions in `HasUniformMemorySync`. Since this function is\ncalled for most instructions, this change makes the optimization pass\nO(N) instead of O(N^2). This drastically reduces how long it takes in\ncomplex binaries and fulfills what I assume was the original intent of\n`checked_for_uniform_sync_`.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "90231791e7d26a7c19ea3263019726d9e9c90d14",
      "old_mode": 33188,
      "old_path": "source/opt/code_sink.cpp",
      "new_id": "29a5bd0b6043e0c314c9abdf5253fced4c36382c",
      "new_mode": 33188,
      "new_path": "source/opt/code_sink.cpp"
    }
  ]
}
