)]}'
{
  "commit": "7dd0031131d52cf57165e4cedd040b056e104570",
  "tree": "e896963e0e0b83b707c4648c65b06869b4ed8f5b",
  "parents": [
    "4ecdc3dde79b30a0045286c361dff85953405894"
  ],
  "author": {
    "name": "ziereis",
    "email": "44057120+ziereis@users.noreply.github.com",
    "time": "Thu Aug 06 23:02:13 2026 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Aug 06 23:02:13 2026 +0200"
  },
  "message": "add stablehlo pass to convert IR with quantized types to standard types (#24785)\n\nOn current main the test i added here fails with:\n\n```\ninput_qdq.mlir:4:24: error: failed to legalize operation \u0027stablehlo.uniform_quantize\u0027 that was explicitly marked illegal: %0 \u003d \"stablehlo.uniform_quantize\"(%arg0) : (tensor\u003c1x256xf32\u003e) -\u003e tensor\u003c1x256x!quant.uniform\u003ci8:f32, 1.000000e-02\u003e\u003e\n    %quantized_input \u003d stablehlo.uniform_quantize %input : (tensor\u003c1x256xf32\u003e) -\u003e tensor\u003c1x256x!quant.uniform\u003ci8:f32, 0.01:0\u003e\u003e\n                       ^\ninput_qdq.mlir:4:24: note: see current operation: %0 \u003d \"stablehlo.uniform_quantize\"(%arg0) : (tensor\u003c1x256xf32\u003e) -\u003e tensor\u003c1x256x!quant.uniform\u003ci8:f32, 1.000000e-02\u003e\u003e\n```\n\nThis PR adds a shlo pass to convert IR with quantized types to integer\nmath + standard types.\n\nSigned-off-by: default \u003cziereis@roofline.ai\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3a0dd8e467d172c09d30447540c21a75440655f2",
      "old_mode": 33188,
      "old_path": "compiler/plugins/input/StableHLO/Conversion/Passes.cpp",
      "new_id": "ff5fc90da0f03127e948675f369563cdc4c9b588",
      "new_mode": 33188,
      "new_path": "compiler/plugins/input/StableHLO/Conversion/Passes.cpp"
    },
    {
      "type": "modify",
      "old_id": "efb9b89ff58fb652190b5ac8bbff8dce85749942",
      "old_mode": 33188,
      "old_path": "compiler/plugins/input/StableHLO/Conversion/test/auto_input_conversion.mlir",
      "new_id": "3cd1fb3362021ea44cc45ccf7a339eb6f7e4251c",
      "new_mode": 33188,
      "new_path": "compiler/plugins/input/StableHLO/Conversion/test/auto_input_conversion.mlir"
    }
  ]
}
