)]}'
{
  "commit": "c0f5d4be28ddae1362da84aefc71467b5cb2c2c2",
  "tree": "98aa386d1eec16d6c8b636cf5b3c5f8a4d7e4944",
  "parents": [
    "8cc05f517efb04e4302e8e35e73ed598f9dc234f"
  ],
  "author": {
    "name": "Jakub Kuderski",
    "email": "jakub@nod-labs.com",
    "time": "Thu May 07 21:57:37 2026 -0400"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu May 07 21:57:37 2026 -0400"
  },
  "message": "[Codegen] Move remaining pipelines to `iree_codegen` attrs (#24398)\n\nFollow-up to the LLVMGPU, SPIRV, and LLVMCPU pipeline migrations\n(#23816, #23851, #23864). Same goal: get backend-specific pipeline\nidentifiers out of the global `DispatchLoweringPassPipeline` enum and\nbehind `PipelineAttrInterface`.\n\nThis moves the remaining non-CPU/GPU pipeline cases to `iree_codegen`:\n`#iree_codegen.vmvx_pipeline`,\n`#iree_codegen.transform_dialect_codegen`, and\n`#iree_codegen.no_pipeline`. It keeps custom pass pipelines represented\nas `#iree_codegen.pass_pipeline\u003c...\u003e`.\n\nThese attrs intentionally stay in `iree_codegen`. `vmvx_pipeline` does\nnot move to a backend dialect because IREE does not have a VMVX codegen\ndialect today; it can become a backend-owned enum attr if such a dialect\nis introduced later. `transform_dialect_codegen` and `no_pipeline` are\nalso codegen-level sentinels, so modeling the remaining cases as unit\nattrs avoids creating dialect surface just for pipeline spelling.\n\nAfter this, `TranslationInfoAttr` and `iree_codegen.smt.constraints`\nparse pipeline attributes directly through the interface. The old enum,\nkeyword compatibility parser, helper predicates, and textual parsing in\nPython dialect tests can be removed.\n\nIssue: https://github.com/iree-org/iree/issues/23535\n\nAssisted-by: codex",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c2360248aee7f1663fb865a644459189be14d8c2",
      "old_mode": 33188,
      "old_path": "compiler/bindings/c/iree/compiler/dialects/iree_codegen.h",
      "new_id": "40948f85c95ce24e6b310daf04f554e7691392b2",
      "new_mode": 33188,
      "new_path": "compiler/bindings/c/iree/compiler/dialects/iree_codegen.h"
    },
    {
      "type": "modify",
      "old_id": "3a9570e1cbcfaf39b2eaf76ac8d0d91868ff8208",
      "old_mode": 33188,
      "old_path": "compiler/bindings/python/IREECompilerDialectsModule.cpp",
      "new_id": "c435144ae3b1aed8d162126eccd4d0902ce898e3",
      "new_mode": 33188,
      "new_path": "compiler/bindings/python/IREECompilerDialectsModule.cpp"
    },
    {
      "type": "modify",
      "old_id": "a5664f9dea4cb1a1a494fbe8fe3f45ef3fff732e",
      "old_mode": 33188,
      "old_path": "compiler/bindings/python/test/ir/dialects_test.py",
      "new_id": "2b80a3be969bad8b261fd71d2566248b4c7f38c5",
      "new_mode": 33188,
      "new_path": "compiler/bindings/python/test/ir/dialects_test.py"
    },
    {
      "type": "modify",
      "old_id": "75c723b3089191fd5745225311a65c5af3b891dc",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/API/Internal/IREECodegenDialectCAPI.cpp",
      "new_id": "79c881981e12e27db623c8a4da0d186fcacc4014",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/API/Internal/IREECodegenDialectCAPI.cpp"
    },
    {
      "type": "modify",
      "old_id": "cad40ac60b765cab80298b024e4f830812d9898d",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/API/api_exports.c",
      "new_id": "1521ba2763b8ae52b49c5b550d6cfcc7d2293ed1",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/API/api_exports.c"
    },
    {
      "type": "modify",
      "old_id": "f1851a7ec3edc18c160a107b557ccc1f3acfed7c",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/API/api_exports.def",
      "new_id": "58922290cc604ed727735e5388efea086dee7f16",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/API/api_exports.def"
    },
    {
      "type": "modify",
      "old_id": "82344476b4ffdb0f4560f6d88c15bd90cadea1f3",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/API/api_exports.ld",
      "new_id": "4040ec7b85629f2cd50ebcf9e4617678c09e71d0",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/API/api_exports.ld"
    },
    {
      "type": "modify",
      "old_id": "0fb74bcaea401b6fc5f0f92906d9c9c703227ec5",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/API/api_exports.macos.lst",
      "new_id": "f9e2a0d6231fa5e06c66f18cc7a93baca549de38",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/API/api_exports.macos.lst"
    },
    {
      "type": "modify",
      "old_id": "d19fa03ced0515a93c3d7b07e6193358666d6e4d",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/expand_gpu_ops_scan.mlir",
      "new_id": "081721607b92db7b11f0301fc9d56c33c0009653",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/expand_gpu_ops_scan.mlir"
    },
    {
      "type": "modify",
      "old_id": "7c487f6b80fac360af45142e77dc36b855d9488a",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/gpu_distribute_shared_memory.mlir",
      "new_id": "c086e4fcb66ab102db5cc52960df531bbdafdf4a",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/gpu_distribute_shared_memory.mlir"
    },
    {
      "type": "modify",
      "old_id": "0b041d068989942e1aa2103554c8114aebbab604",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/transform_gpu_distribute_shared_memory.mlir",
      "new_id": "6cc129abf3e6b23b0208b7636da88d2b0f5b40f1",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/transform_gpu_distribute_shared_memory.mlir"
    },
    {
      "type": "modify",
      "old_id": "6b88a7b21c41334aff910f998487e2bf6dd0966e",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/vector_reduction_to_gpu.mlir",
      "new_id": "d99a2cd40c067df38893222dda4de28a4a3b9778",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/GPU/test/vector_reduction_to_gpu.mlir"
    },
    {
      "type": "modify",
      "old_id": "4dc3e8edeb4b350568ee4051cafa53e48b57bed6",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/LowerExecutableUsingTransformDialect.cpp",
      "new_id": "6f481794931c6fc6ad16f58a708333512b7b612e",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/LowerExecutableUsingTransformDialect.cpp"
    },
    {
      "type": "modify",
      "old_id": "a12a574260c3e6a959c0eee0e7c1b55df42dd7f6",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/MaterializeUserConfigs.cpp",
      "new_id": "6d53e38a657fa6c79a3714c1a9dc0306637cc1ff",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/MaterializeUserConfigs.cpp"
    },
    {
      "type": "modify",
      "old_id": "bac339ad20f292edc3f11c7096e8fbf088c7c465",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/SMTConstraintUtils.cpp",
      "new_id": "1a72010001f694e16ddafd6fd229e04d0ca8ee44",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/SMTConstraintUtils.cpp"
    },
    {
      "type": "modify",
      "old_id": "8a08e19a15128548d604a0805da83d05f768034e",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/SMTConstraintUtils.h",
      "new_id": "75a6c5f0455952ec64cc7f33564052ad1742220e",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/SMTConstraintUtils.h"
    },
    {
      "type": "modify",
      "old_id": "6c6e648c711a90258439fd70e2ad0633971ee105",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/test/reconcile_translation_info.mlir",
      "new_id": "398ee71174ca3e3164ed2d47f95f8b43cd077e20",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/test/reconcile_translation_info.mlir"
    },
    {
      "type": "modify",
      "old_id": "d7b0ed223b97a4089e7e9a660e246e27d14b60dd",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/test/reconcile_translation_info_pure.mlir",
      "new_id": "bc79d0fbc2cd8330048945f77ec5c55e08d3eafc",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/test/reconcile_translation_info_pure.mlir"
    },
    {
      "type": "modify",
      "old_id": "fad5cd5e7dcaac711ea0ca52d3bcfda25cd6a572",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Common/test/strip_compilation_info.mlir",
      "new_id": "719f283c7fd31b4da3e1dc92f9d045eadb24078a",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Common/test/strip_compilation_info.mlir"
    },
    {
      "type": "modify",
      "old_id": "9b0bade3432768848551addb20b016101fd6a030",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.cpp",
      "new_id": "0243ab2e5038f0b26b3190ceb3f54e75359120f0",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.cpp"
    },
    {
      "type": "modify",
      "old_id": "90ea99440bfb6972c45fd7641ae2e9a052bb2c89",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.h",
      "new_id": "1f3575d921f32db439a6fab56bf8e5c2ae6d44a7",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.h"
    },
    {
      "type": "modify",
      "old_id": "f692a93e5fadc9a993b6e34415d7bec180a7279e",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.td",
      "new_id": "417ec35678b00adfbc868dadc0ad0cec70adc94e",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.td"
    },
    {
      "type": "modify",
      "old_id": "383bc15827d213e65ef578bda76bd124e5f0af47",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenOps.td",
      "new_id": "b451594ebd3588903ea5b5d9e77dc9b53d94d5f0",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenOps.td"
    },
    {
      "type": "modify",
      "old_id": "9d215a695c653a54d44e565f3936df15d06068b8",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/test/invalid.mlir",
      "new_id": "b1f0d881e09051b451f26ba37f5b0c913925c3e2",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/test/invalid.mlir"
    },
    {
      "type": "modify",
      "old_id": "abd76c6802a249a7195832e4bf646c5eff60f6d3",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/test/lowering_config_attr.mlir",
      "new_id": "11f5599186a2bd1953e75a789043955022860a95",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/test/lowering_config_attr.mlir"
    },
    {
      "type": "modify",
      "old_id": "a1d77f13828c845cc8870600739adc3cca5edfe0",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/test/roundtrip.mlir",
      "new_id": "2b5e042e8be682170158301b7616389b248240c2",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/test/roundtrip.mlir"
    },
    {
      "type": "modify",
      "old_id": "5f22ca3349e1bff3d99ec9657872e4c4895b6fc0",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMCPU/KernelDispatch.cpp",
      "new_id": "4ea30f3340a20988cc94f36935410fb77cb99858",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMCPU/KernelDispatch.cpp"
    },
    {
      "type": "modify",
      "old_id": "5be301ff10ed036a8c166f3f60f41193ac9a096a",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMCPU/LLVMCPULowerExecutableTarget.cpp",
      "new_id": "5ca501e9ea5833ac43c1765f5a5973cef71ad509",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMCPU/LLVMCPULowerExecutableTarget.cpp"
    },
    {
      "type": "modify",
      "old_id": "4d59fe4b268ec1f99d580692817e2590337d9314",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMCPU/Passes.td",
      "new_id": "85a0430d7ae7bdc12b4951cc7b480952a36fb736",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMCPU/Passes.td"
    },
    {
      "type": "modify",
      "old_id": "8a5f83d9f82e5b8db492db488d59a35c277f192b",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/KernelConfig.cpp",
      "new_id": "da14779d357afaa69bcfd2bea8fc2048d674360a",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/KernelConfig.cpp"
    },
    {
      "type": "modify",
      "old_id": "bbe16edd3e31b63d8bca8a0d4304c332fcbf4dfa",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/LLVMGPUConstraintGenerator.cpp",
      "new_id": "84ed85064215c26cfb8683f394f1313073bcb4d5",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/LLVMGPUConstraintGenerator.cpp"
    },
    {
      "type": "modify",
      "old_id": "2d42324a55720e03cc59d143fb6a47b12d921548",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/LLVMGPULowerExecutableTarget.cpp",
      "new_id": "afeceed6fb2c7cc0f2cb0a06be7d215adcaeb964",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/LLVMGPULowerExecutableTarget.cpp"
    },
    {
      "type": "modify",
      "old_id": "0277b278794592322403a26a560d7e8db12f5587",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/Passes.td",
      "new_id": "64ba6a595bc02a3a1bcbbb140b367b612999fa6d",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/Passes.td"
    },
    {
      "type": "modify",
      "old_id": "a357f619562bf0288e718cc9df562a7394d6c679",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/TransformExtensions/LLVMGPUExtensions.cpp",
      "new_id": "36a59eca50a70e74e6960a42fa6a852217fd6cdc",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/TransformExtensions/LLVMGPUExtensions.cpp"
    },
    {
      "type": "modify",
      "old_id": "11b0117a1034821e778897310e7c57720570133e",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/Verifiers.cpp",
      "new_id": "81b002e021bb15cf6beeb0c5d898c962f4826eda",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/Verifiers.cpp"
    },
    {
      "type": "modify",
      "old_id": "24da7997aa53774565ea53f5abdd0824086fc817",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/test/transform_dialect_codegen_bufferize_spec.mlir",
      "new_id": "22e16dd1e44041959c84b4a2dd185cb28ce1b228",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/test/transform_dialect_codegen_bufferize_spec.mlir"
    },
    {
      "type": "modify",
      "old_id": "9863a4fdf9a3a8459c2c84baf6b5a13b7e7075d5",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/test/transform_dialect_vector_distribution.mlir",
      "new_id": "83f8afa0f994c278e76fb557b7e0160c632d7138",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/test/transform_dialect_vector_distribution.mlir"
    },
    {
      "type": "modify",
      "old_id": "feb2a5045c8177d42bfec906b4e9e35a22667ed1",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/test/transform_distribute_forall.mlir",
      "new_id": "afcd7a2b6532d753577dc0147fd01ba01a75457d",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/LLVMGPU/test/transform_distribute_forall.mlir"
    },
    {
      "type": "modify",
      "old_id": "546e50646042f5672e7a9d4fbc60bbfdd8113407",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/SPIRV/Passes.td",
      "new_id": "4d71d1e895eb9b71d007b707dcdaa8d1ac2c1290",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/SPIRV/Passes.td"
    },
    {
      "type": "modify",
      "old_id": "702e70b5e270362713fea1e769d679d271f9e8fb",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/SPIRV/SPIRVLowerExecutableTarget.cpp",
      "new_id": "6a146f09ac927cc90080587a32b89261147cb336",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/SPIRV/SPIRVLowerExecutableTarget.cpp"
    },
    {
      "type": "modify",
      "old_id": "dc0b84495739f149e729cb10abc51e29cc3d5843",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/SPIRV/SPIRVLowerExecutableUsingTransformDialect.cpp",
      "new_id": "c9d5d4fc66f40da54fa824b7b31ea92bc0d2cc4c",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/SPIRV/SPIRVLowerExecutableUsingTransformDialect.cpp"
    },
    {
      "type": "modify",
      "old_id": "f3a4e9d88f0d6b934ed71b77b04befd837b4eec1",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/SPIRV/SPIRVSelectLoweringStrategy.cpp",
      "new_id": "fdba309875f3c3df3059d731c80ad52884bf3e80",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/SPIRV/SPIRVSelectLoweringStrategy.cpp"
    },
    {
      "type": "modify",
      "old_id": "b26f43bee5bfd8b49905bdb9b896dd0fa453c366",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/SPIRV/test/custom_pass_pipeline.mlir",
      "new_id": "de561c7ff2fbc0d3d09d1033a3b09e06894a4d14",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/SPIRV/test/custom_pass_pipeline.mlir"
    },
    {
      "type": "modify",
      "old_id": "89755e404743337b3e96cd98b98c090a273f5a75",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/BUILD.bazel",
      "new_id": "a958d42c9d8f327537baf6cee4a400f4aa1fb9b5",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/BUILD.bazel"
    },
    {
      "type": "modify",
      "old_id": "48832f36d870fe46b903fa5bffb14b5d0632f84e",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/CMakeLists.txt",
      "new_id": "1c37af55be04dc0ad95b270f565d55dd890a73b0",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/CMakeLists.txt"
    },
    {
      "type": "modify",
      "old_id": "791f7847873214ddddbfddf33ed3863b84795188",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/KernelDispatch.cpp",
      "new_id": "fa60c759ea5412ff751056b1f70502557d658989",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/KernelDispatch.cpp"
    },
    {
      "type": "modify",
      "old_id": "9044583296a695b7853c5dfc0d457c5c8b5f8f73",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/Passes.cpp",
      "new_id": "c5b95f796b80ee5c8c9f5c1d2f381f60948c765d",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/Passes.cpp"
    },
    {
      "type": "modify",
      "old_id": "b7beac197496c3f74b512add96d3c3820108f71d",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/Passes.h",
      "new_id": "cf12f051b168dfb1bef382749dd8509db138db63",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/Passes.h"
    },
    {
      "type": "modify",
      "old_id": "19b3c6a8c3646f7e4780c5e3412dfae01ed4eefe",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/Passes.td",
      "new_id": "db3f809bc9e42992e0d0188347b3c7f718676a51",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/Passes.td"
    },
    {
      "type": "modify",
      "old_id": "b6267cd40d86cb8271487ad61a0def73b43c0544",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/VMVXLowerExecutableTarget.cpp",
      "new_id": "ec45f4ff7c44aa58b39c95f26c2c5eedff26073a",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/VMVXLowerExecutableTarget.cpp"
    },
    {
      "type": "modify",
      "old_id": "a4e65794b4c63a8c31719a4f76784df18016a3a1",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/test/custom_pass_pipeline.mlir",
      "new_id": "18d2aba16845acf20aca83a2e1f19c5f5f82069d",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/test/custom_pass_pipeline.mlir"
    },
    {
      "type": "modify",
      "old_id": "abde13597adad53f25e01e7f6a555274bd658bcc",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Codegen/VMVX/test/select_lowering_strategy.mlir",
      "new_id": "f5fd73fe0e42472296de52ec2608117315d33a34",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Codegen/VMVX/test/select_lowering_strategy.mlir"
    },
    {
      "type": "modify",
      "old_id": "6294cf0421e65d0a09ca90a23f4870d2b342dc16",
      "old_mode": 33188,
      "old_path": "docs/website/docs/reference/tuning.md",
      "new_id": "238a981ddf9ba970f081437c6e093279a03e3992",
      "new_mode": 33188,
      "new_path": "docs/website/docs/reference/tuning.md"
    },
    {
      "type": "modify",
      "old_id": "2dd8161ac27bf200ac9c223a0d465f010c002964",
      "old_mode": 33188,
      "old_path": "samples/transform_dialect/example_module.mlir",
      "new_id": "a79ec1eabb6edf40ff25356609762c1df6e3f8fe",
      "new_mode": 33188,
      "new_path": "samples/transform_dialect/example_module.mlir"
    },
    {
      "type": "modify",
      "old_id": "f66a70b0dcaf86c4fcf0c9825ab5f168b0df73d8",
      "old_mode": 33188,
      "old_path": "samples/transform_dialect/transform_library.mlir",
      "new_id": "fda287dfad73a0a64306883000566c2d3ced4cbf",
      "new_mode": 33188,
      "new_path": "samples/transform_dialect/transform_library.mlir"
    },
    {
      "type": "modify",
      "old_id": "92c8953918a8cccb62ef25e427819f74aac18043",
      "old_mode": 33188,
      "old_path": "tests/transform_dialect/cpu/transform_library.mlir",
      "new_id": "763919ff6d52ce381b9455f99fa353971ef2541d",
      "new_mode": 33188,
      "new_path": "tests/transform_dialect/cpu/transform_library.mlir"
    }
  ]
}
