)]}'
{
  "commit": "0629d80342d2fcf47f4fd70078161b117d48a1a3",
  "tree": "e418dd2073fc8ef2c6001cbc1c4d4bae6e110fc1",
  "parents": [
    "919e956718bcb4fde2258001bec0540966692990"
  ],
  "author": {
    "name": "Jakub Kuderski",
    "email": "jakub@nod-labs.com",
    "time": "Sat May 09 15:52:05 2026 -0400"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat May 09 19:52:05 2026 +0000"
  },
  "message": "Revert \"[Codegen][CPU] Replace transposed_intrinsic with explicit pre-transposed enums.\" (#24427)\n\nRevert #24404. This regressed matmul tests on rdna4:\n```\nThe following tests FAILED:\n        1695 - iree/tests/e2e/matmul/e2e_matmul_rdna4_dt_f16_rocm_hip (Failed)\n        1696 - iree/tests/e2e/matmul/e2e_matmul_rdna4_dt_f8E4M3FN_rocm_hip (Failed)\n        1697 - iree/tests/e2e/matmul/e2e_matmul_rdna4_dt_i8_rocm_hip (Failed)\n```",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "937a3d9b1731cac3993f2dc53f7e70c332fd9e59",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/test/materialize_encoding_x86_64.mlir",
      "new_id": "4326e7dc5922ad774aba91599dd8ca3c85cae745",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/test/materialize_encoding_x86_64.mlir"
    },
    {
      "type": "modify",
      "old_id": "2f2652d0e626be0012711efab0e1cb2c082952dc",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUAttrs.cpp",
      "new_id": "ea4a2e1a7dbf2632b330e8cc990f6ca42a10a814",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUAttrs.cpp"
    },
    {
      "type": "modify",
      "old_id": "413eb3535e83b58dcfe1665b82d92b19742cc158",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUAttrs.td",
      "new_id": "3845d9f3eab447042fcd3967d6d9983a16bb5f46",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUAttrs.td"
    },
    {
      "type": "modify",
      "old_id": "ea042f6ce61a9fe5ee49258f4a947459e441773f",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUEnums.td",
      "new_id": "184060d52c08c854f8d87b1e3ebeda5e5972dbd6",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUEnums.td"
    },
    {
      "type": "modify",
      "old_id": "fd3e906b0a6a254957d0a6285cf27dfed967134f",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUTypes.h",
      "new_id": "8892895f04ca1e5d2538e80fdb37a8ac75eac0cb",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/IREECPUTypes.h"
    },
    {
      "type": "modify",
      "old_id": "58ac57f43e0fc1bd81f0bc14c2ee2a7e1a3bd2f9",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/test/lower_inner_tiled.mlir",
      "new_id": "6ab4842f49c17d064b56e0ff3f296bf7c2d26557",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/CPU/IR/test/lower_inner_tiled.mlir"
    },
    {
      "type": "modify",
      "old_id": "70299ac07b59f49b5fa4181ce1d35968aa6ccb41",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/Utils/BUILD.bazel",
      "new_id": "234b9d7ad93847414b9a614f3a62a49fdba77246",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/Utils/BUILD.bazel"
    },
    {
      "type": "modify",
      "old_id": "2ae3ef164014625214bb4972d05cd61f9147e729",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/Utils/MMAUtils.cpp",
      "new_id": "65b8e7ab7d1a7ade6ab8b5ec6b1905de5e87f298",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/Utils/MMAUtils.cpp"
    },
    {
      "type": "modify",
      "old_id": "aee56389e6d52f82d0fd07d3f391ef905781ab00",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/ExternalInterfaces/CPUEncodingExternalModels.cpp",
      "new_id": "06d0f9c02e82f7a6bbe4165d7f14707edc79fff8",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/ExternalInterfaces/CPUEncodingExternalModels.cpp"
    }
  ]
}
