)]}'
{
  "commit": "64b263ba6bcf0cf7846e6d6ff51a7b5060207503",
  "tree": "9b925e73f23c55ec382f578effc2a4c3074ade62",
  "parents": [
    "a45adeaa6115e446c898e6eb21fb6edc0e65ddc4"
  ],
  "author": {
    "name": "Lekkala_Sravya-mcw",
    "email": "lekkala.sravya@multicorewareinc.com",
    "time": "Wed Jun 24 17:26:06 2026 +0530"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Jun 24 13:56:06 2026 +0200"
  },
  "message": "[Flow] Fold static flow.tensor.empty shapes into dims (#24622)\n\nThis PR Adds a canonicalization pattern for `flow.tensor.empty` that\nfolds constant dynamic dimension operands into the static result shape.\n\n**Example :**\n\n%0 \u003d flow.tensor.empty : tensor\u003c?x4xf32\u003e{%c8}\n\n**canonicalizes to:**\n\n%0 \u003d flow.tensor.empty : tensor\u003c8x4xf32\u003e\n%cast \u003d tensor.cast %0 : tensor\u003c8x4xf32\u003e to tensor\u003c?x4xf32\u003e\n\nThe cast preserves the original result type for existing users while\nallowing downstream canonicalization to use the refined static shape.\n\n---------\n\nSigned-off-by: LekkalaSravya3 \u003clekkala.sravya@multicorewareinc.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "76b03157eeba15bbbc0398576fa7f75724ad0b7f",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Dialect/Flow/IR/FlowOpFolders.cpp",
      "new_id": "9e46d7892ea6f093979273b6518131b86451d10d",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Dialect/Flow/IR/FlowOpFolders.cpp"
    },
    {
      "type": "modify",
      "old_id": "a04dea6bc996b02086789e5a220cbd4ce36f6531",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Dialect/Flow/IR/test/tensor_folding.mlir",
      "new_id": "10a470bdcf75707ab4796899027b6e064bc48021",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Dialect/Flow/IR/test/tensor_folding.mlir"
    }
  ]
}
