)]}'
{
  "commit": "07d4cd57fa84f3851405d732ed617c91abce5d7f",
  "tree": "6ec6328a0fd537824b0f3b4ca2f78b5ea412ddf1",
  "parents": [
    "1e4c8a80229b7d471a2d808d9e2e91f11b6da20f"
  ],
  "author": {
    "name": "Lekkala_Sravya-mcw",
    "email": "lekkala.sravya@multicorewareinc.com",
    "time": "Fri Jul 03 12:29:41 2026 +0530"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Jul 03 06:59:41 2026 +0000"
  },
  "message": "[Flow] Fold chained tensor.slice ops (#24628)\n\nThis PR Adds a canonicalization pattern for `flow.tensor.slice` that\nfolds only when the producer of the slice source is also a\n`flow.tensor.slice`.\n\n**Example :**\n\n%producer \u003d flow.tensor.slice %src[producer_start for producer_length]\n%consumer \u003d flow.tensor.slice %producer[consumer_start for\nconsumer_length]\n\n**Canonicalizes to :**\n\n%consumer \u003d flow.tensor.slice %src[producer_start + consumer_start ] for\nconsumer_length\n\n---------\n\nSigned-off-by: LekkalaSravya3 \u003clekkala.sravya@multicorewareinc.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9e46d7892ea6f093979273b6518131b86451d10d",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Dialect/Flow/IR/FlowOpFolders.cpp",
      "new_id": "311120fd6e23dd65d512319c3b748fb665cc62b5",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Dialect/Flow/IR/FlowOpFolders.cpp"
    },
    {
      "type": "modify",
      "old_id": "10a470bdcf75707ab4796899027b6e064bc48021",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Dialect/Flow/IR/test/tensor_folding.mlir",
      "new_id": "af7731f7533ee9d4941dbfab752e4d6253c7cf09",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Dialect/Flow/IR/test/tensor_folding.mlir"
    }
  ]
}
