)]}'
{
  "commit": "a105877646d68e48cdeeeadd9d1e075dc3c5d68d",
  "tree": "dbf12b014210e1485cbad0802e53ae976b37dab3",
  "parents": [
    "297bb467acd31447d64f0540835127d50408e87d"
  ],
  "author": {
    "name": "Nikita Popov",
    "email": "npopov@redhat.com",
    "time": "Wed Aug 21 12:02:54 2024 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Aug 21 12:02:54 2024 +0200"
  },
  "message": "[InstCombine] Remove some of the complexity-based canonicalization (#91185)\n\nThe idea behind this canonicalization is that it allows us to handle less\r\npatterns, because we know that some will be canonicalized away. This is\r\nindeed very useful to e.g. know that constants are always on the right.\r\n\r\nHowever, this is only useful if the canonicalization is actually\r\nreliable. This is the case for constants, but not for arguments: Moving\r\nthese to the right makes it look like the \"more complex\" expression is\r\nguaranteed to be on the left, but this is not actually the case in\r\npractice. It fails as soon as you replace the argument with another\r\ninstruction.\r\n\r\nThe end result is that it looks like things correctly work in tests,\r\nwhile they actually don\u0027t. We use the \"thwart complexity-based\r\ncanonicalization\" trick to handle this in tests, but it\u0027s often a\r\nchallenge for new contributors to get this right, and based on the\r\nregressions this PR originally exposed, we clearly don\u0027t get this right\r\nin many cases.\r\n\r\nFor this reason, I think that it\u0027s better to remove this complexity\r\ncanonicalization. It will make it much easier to write tests for\r\ncommuted cases and make sure that they are handled.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cbc645d429e5cbd76ce670db16e850e106f92eee",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1-bfloat.c",
      "new_id": "aaf4e652cd1456bb26403e42041498ceea48856d",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1-bfloat.c"
    },
    {
      "type": "modify",
      "old_id": "0c5ab6c9aea9f9796223743a620406ec019e7db1",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c",
      "new_id": "276ef64736bc3384bde5fca0c3c824da7eeae8dd",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c"
    },
    {
      "type": "modify",
      "old_id": "59d1e103db389b2b657d3555ee2b33544e85f13f",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c",
      "new_id": "2757f2873cc83abcc60679e85c826a874e814655",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c"
    },
    {
      "type": "modify",
      "old_id": "1df3f6adbc1c657d0e8a3fce9bee6da951582400",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c",
      "new_id": "dbc762fb8632a0cec2473673fd55738d53cf8a27",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c"
    },
    {
      "type": "modify",
      "old_id": "e7d77e62d44c1be1477485d12ee6e82331b8d030",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c",
      "new_id": "575d2141d28152da69637de015af7cc5bc6b35ac",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c"
    },
    {
      "type": "modify",
      "old_id": "31906b4e5f646a4486c4040015123a3e5ba2ef06",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c",
      "new_id": "07e88152a6f5355cc827debb4a9154c3aa186b96",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c"
    },
    {
      "type": "modify",
      "old_id": "e6553e193109f8346651a1e7d35c69aa83991122",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c",
      "new_id": "6d91c1ecd7c7aeaafd929d9c3611f5f954d1d2bf",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c"
    },
    {
      "type": "modify",
      "old_id": "b7ffb86daac235ed117e2a0d107d6cb4fe31d420",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c",
      "new_id": "7be23987aedf507b62643ef85118f79f63ea5014",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c"
    },
    {
      "type": "modify",
      "old_id": "c1254e03102d723ff150c496bf51d86bc3e72a71",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1-bfloat.c",
      "new_id": "1d194626418a2222804c51d7434dcb85bd305402",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1-bfloat.c"
    },
    {
      "type": "modify",
      "old_id": "519f0c90614a54d10e847ecb5b97c24042436eba",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c",
      "new_id": "29afdaf3eb0c7a9e81a0d5f73d045bbccc8d21be",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c"
    },
    {
      "type": "modify",
      "old_id": "152f01aab7405bee9c35691034d0f8a38bdb5065",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c",
      "new_id": "c908bc2a483cecab757f0a37f084df33a43b3ed3",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c"
    },
    {
      "type": "modify",
      "old_id": "9aa450f2e5457d336a91235f549597b7851e3440",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c",
      "new_id": "959b658425f01d8b8a388e633b22e9e8fba02b99",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c"
    },
    {
      "type": "modify",
      "old_id": "f22190b3583ed9b0caaa3aa1b7ecda1ac2fc4ad4",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c",
      "new_id": "3d9e45bda7b3f660f3c6db80de799660e3003b39",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c"
    },
    {
      "type": "modify",
      "old_id": "877e24411bb9b55cdbea065a45554bb3cb3d7170",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_loads.c",
      "new_id": "467161ccc238daedf984ff9c3e2a7813cdb258ec",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_loads.c"
    },
    {
      "type": "modify",
      "old_id": "bc028eeba624ccb6c091f7554196edc8089b5908",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_store.c",
      "new_id": "1def0289c12ae4f47cf9602285ca6d28e9642e16",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_store.c"
    },
    {
      "type": "modify",
      "old_id": "9acc896c0f0e9d26a0fc51bbf06428f0c51c87a4",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/attr-counted-by.c",
      "new_id": "3ed8b6f0c71861caa532bd0c091b4b81543a30cd",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/attr-counted-by.c"
    },
    {
      "type": "modify",
      "old_id": "0cf2f812e66e96369fa601ab13e61a62fd3a3022",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/fp-reassoc-pragma.cpp",
      "new_id": "8b9329c40174b7fbfb89a7bc2b5650bbd83cb542",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/fp-reassoc-pragma.cpp"
    },
    {
      "type": "modify",
      "old_id": "db93550301bf23ca3090c876c4cc5ca2211333c0",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/fp-reciprocal-pragma.cpp",
      "new_id": "8398e48410e333ffd55452b31d89c70658f7cfb9",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/fp-reciprocal-pragma.cpp"
    },
    {
      "type": "modify",
      "old_id": "51bea60eb39dce5abacc04eb49a7024da5e765d5",
      "old_mode": 33188,
      "old_path": "clang/test/CodeGen/ms-mixed-ptr-sizes.c",
      "new_id": "0bc1925b13dbc66c4b60a3d90b22be83480932b5",
      "new_mode": 33188,
      "new_path": "clang/test/CodeGen/ms-mixed-ptr-sizes.c"
    },
    {
      "type": "modify",
      "old_id": "b22d87a5f8b7005d6732a079a83af93d833889b7",
      "old_mode": 33188,
      "old_path": "clang/test/Headers/wasm.c",
      "new_id": "0fae8557a066dda03fb15ac793c02f960286dd13",
      "new_mode": 33188,
      "new_path": "clang/test/Headers/wasm.c"
    },
    {
      "type": "modify",
      "old_id": "ebcbd5d9e888000bdc2d2e178caf00d2932154ac",
      "old_mode": 33188,
      "old_path": "llvm/include/llvm/Transforms/InstCombine/InstCombiner.h",
      "new_id": "ed2e7f58ca853cd71aa65dd55ed0987ebc6da0ae",
      "new_mode": 33188,
      "new_path": "llvm/include/llvm/Transforms/InstCombine/InstCombiner.h"
    },
    {
      "type": "modify",
      "old_id": "123f810bacfb6e48865b2ecff3a7c564e30c9536",
      "old_mode": 33188,
      "old_path": "llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp",
      "new_id": "dd4a64050f878a3f5fd9f9c4b5dcbe0285cb5dbe",
      "new_mode": 33188,
      "new_path": "llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp"
    },
    {
      "type": "modify",
      "old_id": "ba3a484441e9e39e8a618e0ecdaacdc178930cb0",
      "old_mode": 33188,
      "old_path": "llvm/test/Analysis/ValueTracking/known-power-of-two-urem.ll",
      "new_id": "55c3e7779478efa8e432437d72ade86ff2e67483",
      "new_mode": 33188,
      "new_path": "llvm/test/Analysis/ValueTracking/known-power-of-two-urem.ll"
    },
    {
      "type": "modify",
      "old_id": "7bcf96065a69d99b87ec0803a69d22f40a5dc118",
      "old_mode": 33188,
      "old_path": "llvm/test/Analysis/ValueTracking/known-power-of-two.ll",
      "new_id": "7cfb6af0d7b95d1012ac0b2dcf39e13bbde68176",
      "new_mode": 33188,
      "new_path": "llvm/test/Analysis/ValueTracking/known-power-of-two.ll"
    },
    {
      "type": "modify",
      "old_id": "4ca7ed9eda7bbc7db1d69fbbef132f7944e4c7c2",
      "old_mode": 33188,
      "old_path": "llvm/test/Analysis/ValueTracking/knownbits-and-or-xor-lowbit.ll",
      "new_id": "fba907ab731b0baf77d72787199dbbf59a95bc42",
      "new_mode": 33188,
      "new_path": "llvm/test/Analysis/ValueTracking/knownbits-and-or-xor-lowbit.ll"
    },
    {
      "type": "modify",
      "old_id": "793d6ffa3e34e43b9b89d60d81e0ea480891bb14",
      "old_mode": 33188,
      "old_path": "llvm/test/Analysis/ValueTracking/knownbits-bmi-pattern.ll",
      "new_id": "407100dec1201e353a7a9611e3ec5705b14041f2",
      "new_mode": 33188,
      "new_path": "llvm/test/Analysis/ValueTracking/knownbits-bmi-pattern.ll"
    },
    {
      "type": "modify",
      "old_id": "3728e4177dd998f12d3a7bdbfea3ae448414b0e8",
      "old_mode": 33188,
      "old_path": "llvm/test/Analysis/ValueTracking/phi-known-bits.ll",
      "new_id": "8691e63a4f3ee14e85eddb82ea18c8da78daf5a6",
      "new_mode": 33188,
      "new_path": "llvm/test/Analysis/ValueTracking/phi-known-bits.ll"
    },
    {
      "type": "modify",
      "old_id": "ebbab5c2b9508aa881ced33e071bc96fe10fe580",
      "old_mode": 33188,
      "old_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pow-codegen.ll",
      "new_id": "0025d23b108038425b802f16799dfdd42e0b2ea0",
      "new_mode": 33188,
      "new_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pow-codegen.ll"
    },
    {
      "type": "modify",
      "old_id": "6b4b0f881f3bebf1bfca95aee3ac9ea7caa78eeb",
      "old_mode": 33188,
      "old_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pow.ll",
      "new_id": "acdab29e85b91af42e36a8d245fb152bdfc0f3ae",
      "new_mode": 33188,
      "new_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pow.ll"
    },
    {
      "type": "modify",
      "old_id": "77db224af2890270d3aaab07afc7866263aa37db",
      "old_mode": 33188,
      "old_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pown.ll",
      "new_id": "bd4b86f0387666f8086d2ff2ef0ff60a6dff7ab9",
      "new_mode": 33188,
      "new_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pown.ll"
    },
    {
      "type": "modify",
      "old_id": "dc4cf1d067ef18d5d7a2f93c18f6e279819f4c41",
      "old_mode": 33188,
      "old_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-powr.ll",
      "new_id": "1a92ca8960a77631c1fb8f26ec49eaf3605b712c",
      "new_mode": 33188,
      "new_path": "llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-powr.ll"
    },
    {
      "type": "modify",
      "old_id": "653970cc34022a069742c4f20b8312f7cfeaeebe",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/IndVarSimplify/rewrite-loop-exit-value.ll",
      "new_id": "1956f454a52bbf31a1dbaeddf746f4d49482a615",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/IndVarSimplify/rewrite-loop-exit-value.ll"
    },
    {
      "type": "modify",
      "old_id": "0f50ea9dfe316956ca69b3372c307e6e1ddc9b0d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll",
      "new_id": "7689fc9f6824143a14515968c4592bdeb499b118",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll"
    },
    {
      "type": "modify",
      "old_id": "70fd7274f35d4931b89c015cf06e49a8f6af579f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/2010-11-23-Distributed.ll",
      "new_id": "45564cd9d95f3284c87d57c8c04e36cdb0080b9f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/2010-11-23-Distributed.ll"
    },
    {
      "type": "modify",
      "old_id": "0cf7cd97d8ff4d16238f04963b559a56c32dc8fc",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/abs-1.ll",
      "new_id": "63287e59f66346cfec36c44c56fea85fde086562",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/abs-1.ll"
    },
    {
      "type": "modify",
      "old_id": "0e579f309760794f6954e9647ac007f9651ffd83",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/add-mask-neg.ll",
      "new_id": "b72f051a0b799b3eecaaaef3c9bca58c4538026f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/add-mask-neg.ll"
    },
    {
      "type": "modify",
      "old_id": "b1f21e58de1e2ad3d27932139da86dad9a3e94b3",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/add.ll",
      "new_id": "36da56d8441bf70b806c296353f499bcf9e92571",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/add.ll"
    },
    {
      "type": "modify",
      "old_id": "9ebcdac77179ee297b2cd56822fb84c3f38a6c27",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/add2.ll",
      "new_id": "ae80ab2e92ad153cae8d6f62c71db5b1d0682ece",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/add2.ll"
    },
    {
      "type": "modify",
      "old_id": "5f1234618b9a62e49a93dd064a905c3e749a6d29",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/add_or_sub.ll",
      "new_id": "ef44f036b71fa42da1546643505703b3d87d3af3",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/add_or_sub.ll"
    },
    {
      "type": "modify",
      "old_id": "9365f8281ccbd3b48d0bee88f1ffc8e52012873b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and-or-icmp-const-icmp.ll",
      "new_id": "de5de37fe2df64ac2ed0da4f963d5876e49e761f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and-or-icmp-const-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "7d4fddc1563fed1d842092394b4e877a756de2c8",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and-or-icmps.ll",
      "new_id": "74ef365db8d225693f9c038e8693506d0a1f72bf",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and-or-icmps.ll"
    },
    {
      "type": "modify",
      "old_id": "2e351c30ea1f7b419136bfdeebb6ad5a1aef62ac",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and-or-not.ll",
      "new_id": "5e6c480df5d103a051c744a81b00c037630b6d0b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and-or-not.ll"
    },
    {
      "type": "modify",
      "old_id": "b4ef27607121d2971e87279c18d5a13ed8e384dd",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and-or.ll",
      "new_id": "fee055a2e12451710b433aaa7471e2e1a98cb5ad",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and-or.ll"
    },
    {
      "type": "modify",
      "old_id": "80bdf67525faaeaebef54f8050789608ca24f3ba",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and-xor-merge.ll",
      "new_id": "cf1285cbc11a47c24bf00d87128d71f98d146c31",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and-xor-merge.ll"
    },
    {
      "type": "modify",
      "old_id": "b26d6e16c2db279db3fc15978aebff2a63b211e9",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and-xor-or.ll",
      "new_id": "3dbf9af7e193435cf8eb6a6ea516615a582be22f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and-xor-or.ll"
    },
    {
      "type": "modify",
      "old_id": "b5250fc1a7849d7617f7c52e4387580674c55958",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/and.ll",
      "new_id": "466718c80230078805cd900f90cfabead4fd07b7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/and.ll"
    },
    {
      "type": "modify",
      "old_id": "9810e5057d8a96d02dd3b6dd350ff619865bec8e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/apint-and-xor-merge.ll",
      "new_id": "eca38586d01d0efd346b90d35c34277f7e43b117",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/apint-and-xor-merge.ll"
    },
    {
      "type": "modify",
      "old_id": "38bffdf35a364ef8c0a1579084bd876779350724",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/apint-or.ll",
      "new_id": "07a0e497e521e117aeab9837c4aa48921f57f51e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/apint-or.ll"
    },
    {
      "type": "modify",
      "old_id": "ecf9c4e9c4e692acb9905774ca3081f52ac4852c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/apint-shift.ll",
      "new_id": "21c6c18009d1dfd7a026ee0e926be3af2170c014",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/apint-shift.ll"
    },
    {
      "type": "modify",
      "old_id": "1c0374d4437409c7b25ae056ef7b19455593595e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/apint-sub.ll",
      "new_id": "e9abe1a7e627d5e7f0b06236b15f0f30c2d91ad8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/apint-sub.ll"
    },
    {
      "type": "modify",
      "old_id": "a81cd47b1cd4b64030a2e55b1f0468a2f519a154",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ashr-lshr.ll",
      "new_id": "9e31c9b0738c6141afe006ec2fbee73735ceded6",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ashr-lshr.ll"
    },
    {
      "type": "modify",
      "old_id": "798707f317d2999b837b4a27f28f7813b14332ab",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/assume-align.ll",
      "new_id": "ce3195d50be7ca33d4bebf979828433191999700",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/assume-align.ll"
    },
    {
      "type": "modify",
      "old_id": "8fa8c3e80786d5e70fd170fb25f54042066abda9",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/assume-separate_storage.ll",
      "new_id": "b94c303e5a70c56b1c1c7f2fa2c81a447be395ca",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/assume-separate_storage.ll"
    },
    {
      "type": "modify",
      "old_id": "23a47166bf2fef711743ec6bae1f409ddb1937b5",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/avg-lsb.ll",
      "new_id": "1e9e4e3bcafb272a00e206efa9e9f26f5798e65d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/avg-lsb.ll"
    },
    {
      "type": "modify",
      "old_id": "f776dc13bb4e5a92d5a2293c3993894c9699bb41",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/binop-and-shifts.ll",
      "new_id": "4b5de41fc7095dd29282d31eefaa8c0ce372de3b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/binop-and-shifts.ll"
    },
    {
      "type": "modify",
      "old_id": "d521a7d5a2b3a14648e17d45daddb099a448ee2a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/binop-cast.ll",
      "new_id": "9d3b18c5e79ed59e4169183558f0c30a668effc8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/binop-cast.ll"
    },
    {
      "type": "modify",
      "old_id": "c7e1fbb89454938ef27b8adfde59c40a770fcebd",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/bit-checks.ll",
      "new_id": "208b2b16e9903365343bc91022eb1dd359b4a25d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/bit-checks.ll"
    },
    {
      "type": "modify",
      "old_id": "061182fdaf3c80afc9b6bf4417389a6b030273de",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/bitcast-inseltpoison.ll",
      "new_id": "3744d8c9171c7d3092b4fdae6cd70ee7edcb2e10",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/bitcast-inseltpoison.ll"
    },
    {
      "type": "modify",
      "old_id": "26047f2c899a3811008c463f08e10b055b5b743a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/bitcast.ll",
      "new_id": "4ab24ce7b925dc5b5751d6af4af8545210ff97ae",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/bitcast.ll"
    },
    {
      "type": "modify",
      "old_id": "cbe9695c48690b89b3bde52bc14204a599f3029d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/bitreverse.ll",
      "new_id": "fe44a7a77bdff86de6e3b70d1944c096975272b4",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/bitreverse.ll"
    },
    {
      "type": "modify",
      "old_id": "91674c6017a9e5fa3a922d78cfc2452ff39cded0",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/bswap-fold.ll",
      "new_id": "ddc0430896e7d1b9e84a00b76b5b068200ae5fab",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/bswap-fold.ll"
    },
    {
      "type": "modify",
      "old_id": "358518b9bd1cba1b81432afdee01751177063002",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/call-guard.ll",
      "new_id": "6b31c78118d0b85ccd5aaaf7f03a459e69036f56",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/call-guard.ll"
    },
    {
      "type": "modify",
      "old_id": "759770688cf20919e55746d225a04652ad02c423",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll",
      "new_id": "3d5696a02451395f4021f6e197d68a4626beb3c0",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll"
    },
    {
      "type": "modify",
      "old_id": "9b28129dd9e17239717043a51173d023e30ccc5d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll",
      "new_id": "21daeb8983a85deda095bbf3cec8b56a3f602d1a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll"
    },
    {
      "type": "modify",
      "old_id": "cfd48821b2c1d52e9cec7c93c02051a2a5cf899c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll",
      "new_id": "1dac73df3878966ebad2d467f9d7f1eb91e59d14",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll"
    },
    {
      "type": "modify",
      "old_id": "70fb34f4992899e7cc2eb60c76fdaae090bcec2e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll",
      "new_id": "7eda7bb58f2700844a05adbb5f81c34c1ba58f2b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll"
    },
    {
      "type": "modify",
      "old_id": "dc5658d302d9917a66c70b1106cd2a0d421b1471",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-eq-to-icmp-ule.ll",
      "new_id": "5a58fc96c6643fc7faa122b925ebddef372b213d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-eq-to-icmp-ule.ll"
    },
    {
      "type": "modify",
      "old_id": "8fbbd2bb9907d94a7adfd67f9d1b9981467b0bdc",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll",
      "new_id": "edd528b500e5578f1bbaa38ca795e887cb945d4b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll"
    },
    {
      "type": "modify",
      "old_id": "443efbe1ecaf6d9b323afc7995d9181c27a9d9cd",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v2-and-icmp-eq-to-icmp-ule.ll",
      "new_id": "1adef8b0710b318e61fc94134b634d28ff767825",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v2-and-icmp-eq-to-icmp-ule.ll"
    },
    {
      "type": "modify",
      "old_id": "ffde4eae777cb28569bb7e6d91bda98cae172a2b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v2-and-icmp-ne-to-icmp-ugt.ll",
      "new_id": "36238c75370ab61a29c52a0e792a4458c714a691",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v2-and-icmp-ne-to-icmp-ugt.ll"
    },
    {
      "type": "modify",
      "old_id": "946bb03e04f7e4e4fa9374533fc697e5a1742fdf",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v3-and-icmp-eq-to-icmp-ule.ll",
      "new_id": "fd56324f10dc38340d833caff4c37edd10062ec6",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v3-and-icmp-eq-to-icmp-ule.ll"
    },
    {
      "type": "modify",
      "old_id": "63d406d54179fc3c43220b4ee889f651436f3e0c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v3-and-icmp-ne-to-icmp-ugt.ll",
      "new_id": "4d8ce5d9a6cca0d51502af26996ce4cfba628d8f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v3-and-icmp-ne-to-icmp-ugt.ll"
    },
    {
      "type": "modify",
      "old_id": "f48d284e085bcd756d9ba9b79ffe1e9ee59afc43",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-eq-to-icmp-ule.ll",
      "new_id": "5fab93092a050e5de99ebe38c9591841c781be12",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-eq-to-icmp-ule.ll"
    },
    {
      "type": "modify",
      "old_id": "f4b3c67164e492bd20d0afe1502ea5305c41194a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-ne-to-icmp-ugt.ll",
      "new_id": "40a67ce1d60cb472ccb36453710e6b4ff7716219",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/canonicalize-low-bit-mask-v4-and-icmp-ne-to-icmp-ugt.ll"
    },
    {
      "type": "modify",
      "old_id": "d185e226805231b715d7bfcf4505d7c4bb922672",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/cast-mul-select.ll",
      "new_id": "6eb3a8c0a2049bca537f4a72ddbc25f3f879836b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/cast-mul-select.ll"
    },
    {
      "type": "modify",
      "old_id": "43c198b9e19d8eb622a28b3106f7ad4334971d6f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/cast.ll",
      "new_id": "0e44dc1b8ca9c0a85c17fbe8d0d6b94e1bb83294",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/cast.ll"
    },
    {
      "type": "modify",
      "old_id": "68847e73ac5d295036b115260f6eb844a2ca86e2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/cast_phi.ll",
      "new_id": "7dfe60539138d6c2b92c6765c4b25e421b4dab4d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/cast_phi.ll"
    },
    {
      "type": "modify",
      "old_id": "9f2d128ecc377198922f3b721076378580420a33",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/cast_ptr.ll",
      "new_id": "db576b9679b14fb7f74d9a62245a860aca3a6246",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/cast_ptr.ll"
    },
    {
      "type": "modify",
      "old_id": "c5ff0f90fdaeec2cd5c97f11497d8f7e57a08283",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/cmp-x-vs-neg-x.ll",
      "new_id": "96b03e6cd054c9a7af80e20570239e083686581b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/cmp-x-vs-neg-x.ll"
    },
    {
      "type": "modify",
      "old_id": "1bdfd76edb341cd582a5bc5dae882e29d99e8942",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/conditional-negation.ll",
      "new_id": "0ae1af8f8e67f7d1dc9e3147ed4d945d56ed1630",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/conditional-negation.ll"
    },
    {
      "type": "modify",
      "old_id": "a505654fa96e7fbb6e90fabf6c21059ca2189a7b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ctpop-cttz.ll",
      "new_id": "bcfbce8dfd3d222906e23aec246684003a1edbc5",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ctpop-cttz.ll"
    },
    {
      "type": "modify",
      "old_id": "4ef1ed0ec4976b83582eb7e56876c74619db8a9f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ctpop-pow2.ll",
      "new_id": "17997b25d096c146d7c8bf20cdfdb0badcc2f9c5",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ctpop-pow2.ll"
    },
    {
      "type": "modify",
      "old_id": "66b7a03fe5d7be9bc1b05aa94c7080195ff80d54",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/cttz.ll",
      "new_id": "e106faf9cb38f000cb5930751a53ab7c78181f16",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/cttz.ll"
    },
    {
      "type": "modify",
      "old_id": "11052d38f9bc7e1e51f8b51c0157dc091ed62722",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/demorgan.ll",
      "new_id": "460758d512bb38b1825377fa46300610c4742b73",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/demorgan.ll"
    },
    {
      "type": "modify",
      "old_id": "e3207daefee09af0a427535e0ae8340a1994edac",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/dependent-ivs.ll",
      "new_id": "e4a042ff5fe5154b15886b2c57537827f29e9643",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/dependent-ivs.ll"
    },
    {
      "type": "modify",
      "old_id": "4b9c4fd9f954466ee9fdceab27778575117683d1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fadd-fsub-factor.ll",
      "new_id": "0be7f50cfddaee28b20a7c7494b726aeb4ce9c66",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fadd-fsub-factor.ll"
    },
    {
      "type": "modify",
      "old_id": "38508cdb09e1f0d0ba258faa68b622c66afcced2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fadd.ll",
      "new_id": "840ccaef1086ab1d87f84dca757d88bdd12a3182",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fadd.ll"
    },
    {
      "type": "modify",
      "old_id": "3c7776a43e55e71fa9b26b8e84d5b2b4dc2e49df",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fast-basictest.ll",
      "new_id": "b0e43ba43216213e05a71a1d6faff4e165150ef8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fast-basictest.ll"
    },
    {
      "type": "modify",
      "old_id": "d7c90e82ab520a89c7094c2c1d09ff06bd423768",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fast-math.ll",
      "new_id": "32f136d53fab4b600b2dbc17cc9e3dd57d4f3c7b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fast-math.ll"
    },
    {
      "type": "modify",
      "old_id": "8afb6463b669db68d9ade1da68e1d9961473d65e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fcmp.ll",
      "new_id": "0d45baddcb2fc771b4cddf3be6616a8f62caa61b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fcmp.ll"
    },
    {
      "type": "modify",
      "old_id": "9f030c5ebf7bb2cb8b70090cad5dc6de3595f0d7",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fdiv-sqrt.ll",
      "new_id": "c5078ff1efc5abc5308635888bf6f7d816aec93a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fdiv-sqrt.ll"
    },
    {
      "type": "modify",
      "old_id": "ca11685c98417a3ea120ccc6fa93206118884ea8",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fdiv.ll",
      "new_id": "12d6e6463de657bee9d3c474004b5016086d15b5",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fdiv.ll"
    },
    {
      "type": "modify",
      "old_id": "e6e41ad03ce596a7d252f48359833f71f68ae2d0",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/float-shrink-compare.ll",
      "new_id": "77b6ed7c5abe8422e27ab56be117161cbdce8eea",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/float-shrink-compare.ll"
    },
    {
      "type": "modify",
      "old_id": "ae2df634b02009c6a3258566bb4da1cf80b3abaa",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fmul.ll",
      "new_id": "4554b4ed8844de873f23629207421c503ef081b9",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fmul.ll"
    },
    {
      "type": "modify",
      "old_id": "4d02d492d2aa76461f214b11cf3902cbf6915f45",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fold-ext-eq-c-with-op.ll",
      "new_id": "248c802d03f9db56d24bc74d3433cc7e5502c8f9",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fold-ext-eq-c-with-op.ll"
    },
    {
      "type": "modify",
      "old_id": "1fd570bf2635b2e28a6016e2031afe01443a83bb",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fold-inc-of-add-of-not-x-and-y-to-sub-x-from-y.ll",
      "new_id": "d16f36927d71a238dafd6db289a0b02e38a5c7f3",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fold-inc-of-add-of-not-x-and-y-to-sub-x-from-y.ll"
    },
    {
      "type": "modify",
      "old_id": "dedd12f8cc7a3d08ef8af5e02512317887beb3ed",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fold-select-fmul-if-zero.ll",
      "new_id": "1c28b151825c1234a308f6ad1ac70aa4b4b3d8da",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fold-select-fmul-if-zero.ll"
    },
    {
      "type": "modify",
      "old_id": "f5024664f58c3ef9dbfd7fd3bc26fd410192fc7e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fold-signbit-test-power2.ll",
      "new_id": "a5c7cb3306ed08f23d8a72b0b1f9e8683e1546e5",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fold-signbit-test-power2.ll"
    },
    {
      "type": "modify",
      "old_id": "19f512d717a978f6c624dc1e3f24e237270e5160",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fpextend.ll",
      "new_id": "c9adbe10d8db44285d600555f18d1bcf6fa8b5f5",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fpextend.ll"
    },
    {
      "type": "modify",
      "old_id": "c78df0b83d9cdfba2e483cbb2f2d814b96ee4f56",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fptrunc.ll",
      "new_id": "825868b107033620e7b9af0b9e37c8053b75bb4a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fptrunc.ll"
    },
    {
      "type": "modify",
      "old_id": "a89887a586b5829919587f39bfe9f343ebf64cdb",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/free-inversion.ll",
      "new_id": "ebb9310ee0a78cfe7168b62e6329d8f759e22b23",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/free-inversion.ll"
    },
    {
      "type": "modify",
      "old_id": "505a228367254885d16c719545e7194e895b9805",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fsh.ll",
      "new_id": "f1fba6cb272f9f328b98c9180238960856267ff4",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fsh.ll"
    },
    {
      "type": "modify",
      "old_id": "f1e7086e697e86c68af5b7da3390060f877537fe",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/fsub.ll",
      "new_id": "cffc63405ddcbce9c95f5cdaeb36b5d35f65629f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/fsub.ll"
    },
    {
      "type": "modify",
      "old_id": "a54e6e4642b753b9b1259be6797b89abc79556e6",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/funnel.ll",
      "new_id": "fa0d59b2269983b4853081a16f2cc6711fe3be1b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/funnel.ll"
    },
    {
      "type": "modify",
      "old_id": "a9addfcb182f70fcffc8573a0b96e47b938c0a39",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/getelementptr.ll",
      "new_id": "c805a64d5cd0706d3f70cb24ed7f2ad10a21d71f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/getelementptr.ll"
    },
    {
      "type": "modify",
      "old_id": "e4cae135197830ebd0cbfb29c656c682c9c0fb25",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/hoist-negation-out-of-bias-calculation.ll",
      "new_id": "6049997db4d1ae3291d1719171d9de1ee14cc3b4",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/hoist-negation-out-of-bias-calculation.ll"
    },
    {
      "type": "modify",
      "old_id": "200e7ba8e677300aa52f785b3af9a74597aecbf4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/hoist-xor-by-constant-from-xor-by-value.ll",
      "new_id": "f92b10b0ccb371478d47a781d71558696ebaa29f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/hoist-xor-by-constant-from-xor-by-value.ll"
    },
    {
      "type": "modify",
      "old_id": "2ceb44b89eb9e96e966c0b304fd810f4bceac611",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-add.ll",
      "new_id": "0c141d4b8e73aaf49df30c304337d7333a2f4701",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-add.ll"
    },
    {
      "type": "modify",
      "old_id": "c8a3dfcd68cd4691aa87ce15eefc2035051d80c7",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-and-add-sub-xor-p2.ll",
      "new_id": "711d59c1ebfd551a2bba419fc56c1c6e486b79bc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-and-add-sub-xor-p2.ll"
    },
    {
      "type": "modify",
      "old_id": "0aace5f52c96c969e787be42240e16945035a5df",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-and-lowbit-mask.ll",
      "new_id": "46fd96193909dad3098d2f1f05c97923594895aa",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-and-lowbit-mask.ll"
    },
    {
      "type": "modify",
      "old_id": "2f797d726afe3226a218fd4327112f3c61b763b7",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-and-shift.ll",
      "new_id": "684ece21b1166e72cbbeb327e2c0906e3163b1bd",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-and-shift.ll"
    },
    {
      "type": "modify",
      "old_id": "a595ddb07db56612490a3b3fad8318856e461d06",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-custom-dl.ll",
      "new_id": "76f8c926e9bec9fd8368fbcd5c15709fe737c122",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-custom-dl.ll"
    },
    {
      "type": "modify",
      "old_id": "30c97a7f25275e482dcfbd9031a96d2317850865",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-equality-rotate.ll",
      "new_id": "154958b0e3fada0b62a014d9d0fe45397d9adf2e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-equality-rotate.ll"
    },
    {
      "type": "modify",
      "old_id": "e8a78df6d5f7560ac4b86399f92a800cabddffa1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-equality-xor.ll",
      "new_id": "b8e8ed0eaf1da683d510a4a0922fc56e791070bc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-equality-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "7fc42c65d758b3ea2571c82257ebc910fefec6a4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-ext-ext.ll",
      "new_id": "1f012d82bc23f4632025cc5e71abd0597e6a6afa",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-ext-ext.ll"
    },
    {
      "type": "modify",
      "old_id": "ce64ab1c6305a4e66cad66e04e3d764ba9031cc3",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-gep.ll",
      "new_id": "01bee5a0f9cbd546c1add7dddbe456a1fd7a5d63",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-gep.ll"
    },
    {
      "type": "modify",
      "old_id": "aa23a6d27f69b78b9b96a3790581f49f1707f77c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-mul-zext.ll",
      "new_id": "07536f271ceb1905d18c1cd121005f01cea3baa0",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-mul-zext.ll"
    },
    {
      "type": "modify",
      "old_id": "12c77367b10f787a8e5ee27ca282eda2cc70c2ed",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-mul.ll",
      "new_id": "3ba21abb069ba764ac93a9e919cdc44064d48084",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-mul.ll"
    },
    {
      "type": "modify",
      "old_id": "75badabda01aeba85384da215377ad2bce49a411",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-of-and-x.ll",
      "new_id": "09c9c1ebc8315914ce8e76c4f0e45c607cb361e9",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-of-and-x.ll"
    },
    {
      "type": "modify",
      "old_id": "7ff111c42a9e06e38eacad34dc82675aaad99027",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-of-or-x.ll",
      "new_id": "93eeab4732185b5e8f6ba486d5cce8b70c9e4857",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-of-or-x.ll"
    },
    {
      "type": "modify",
      "old_id": "c0cd3e775f68acf5279cd941a5c43e6746dbeb81",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-of-trunc-ext.ll",
      "new_id": "f2a02fac90b17c731437db9243b53929b7b74d93",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-of-trunc-ext.ll"
    },
    {
      "type": "modify",
      "old_id": "fd61c8a301662eb9202a4bf665efc5fa0babb54b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-of-xor-x.ll",
      "new_id": "a4e7acbca930dc4a1872a2993124aab01029f2c7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-of-xor-x.ll"
    },
    {
      "type": "modify",
      "old_id": "90e0461f8b789e8accadb691e27735233e2a7462",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-or-of-select-with-zero.ll",
      "new_id": "75301ce5d72a7879bb72a006fb0717032ee20c86",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-or-of-select-with-zero.ll"
    },
    {
      "type": "modify",
      "old_id": "bedaf591fb070ef14a320d95e800c619289124ae",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-or.ll",
      "new_id": "36b3216196f8467b62204e285a012ed086635e07",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-or.ll"
    },
    {
      "type": "modify",
      "old_id": "9ed2f2a4860c62ef85557ee060a413b0a192830c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-range.ll",
      "new_id": "8b690826a7bf9a396765b94fc23fc7f8fb910cc1",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-range.ll"
    },
    {
      "type": "modify",
      "old_id": "2580bb6a865c7b680d286b611d5240ffddf21d5c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-rotate.ll",
      "new_id": "eeaa1c78610976756dfeb98bf1a3c2ac3f78b86e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-rotate.ll"
    },
    {
      "type": "modify",
      "old_id": "8d393a7ae28c9aa45637e05df94a104d8f73f252",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-select-implies-common-op.ll",
      "new_id": "d23634f8caf55556ecf5991b19adabf460f4d533",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-select-implies-common-op.ll"
    },
    {
      "type": "modify",
      "old_id": "59d2a1b165c0f8c7d7409becf998b64c1e399047",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-select.ll",
      "new_id": "fb68c6ee942075c235f2fa3274b5c6aa4e697684",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-select.ll"
    },
    {
      "type": "modify",
      "old_id": "5645dededf2e4b604a52b423beb3119d9e7b3d1f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-sub.ll",
      "new_id": "8cb3c1c181cec71615e691b079d96170a1604bcb",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-sub.ll"
    },
    {
      "type": "modify",
      "old_id": "27b02c8c6e93661b7d2d368785b2ceb56c6ce3f2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-uge-of-not-of-shl-allones-by-bits-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll",
      "new_id": "ba47ed02edbdf408236bdd0385b42199dbe56901",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-uge-of-not-of-shl-allones-by-bits-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll"
    },
    {
      "type": "modify",
      "old_id": "8441033d4857ea252514d1fa6d66850ece3c2bf6",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp-ult-of-not-of-shl-allones-by-bits-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll",
      "new_id": "37aa85202e5622e04ad9fb2df217264494c2f9da",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp-ult-of-not-of-shl-allones-by-bits-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll"
    },
    {
      "type": "modify",
      "old_id": "8fc4a40141931d633c7900fcffaa99359fcbe0ce",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/icmp.ll",
      "new_id": "e492055fea8b8d86001fd36d1199e8681548142f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "c02d84d3f83711df09fb6df23bf99e8b1095b832",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/implies.ll",
      "new_id": "047b2aa816e0bfbef7a1d63cc77f1ca693b444c1",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/implies.ll"
    },
    {
      "type": "modify",
      "old_id": "fff05a416dece9ebc2b1494bda79eb6e34049b6f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.ll",
      "new_id": "abb36b6a785e5cca41cdbe8c801ed179f21b644b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.ll"
    },
    {
      "type": "modify",
      "old_id": "a76662c4bc4395e3b2eba4ce58bb7a2cd08d11a2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.ll",
      "new_id": "0440199dadb873b9b0a86916ae11b2572f806487",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.ll"
    },
    {
      "type": "modify",
      "old_id": "3f2c31d05f3ed9e8c3680e364cbdea60ec3d6c79",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ispow2.ll",
      "new_id": "c21ad95f83a1c4d06d3db2ab98319bbd8d655e6c",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ispow2.ll"
    },
    {
      "type": "modify",
      "old_id": "c7445a6ce2fe2476991db84853bf4cc8664aedb7",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/known-bits.ll",
      "new_id": "3482a8e9759929214fea346ee14f6164d571beaf",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/known-bits.ll"
    },
    {
      "type": "modify",
      "old_id": "82075b37b4361ffe0c66c80aefd54b830f0345b8",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/known-never-nan.ll",
      "new_id": "1ca24671d65c495df691f0c38071f98b1e1fbda9",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/known-never-nan.ll"
    },
    {
      "type": "modify",
      "old_id": "4608553eb88743cbe7af5af7db35dcacd713f847",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ldexp-ext.ll",
      "new_id": "58710005d6cce09ab8422710de8fbb0d0770e92f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ldexp-ext.ll"
    },
    {
      "type": "modify",
      "old_id": "1dfe5c944eee75bff03f65d0393306740194d93b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/log-pow.ll",
      "new_id": "b628e7cc57f15f3a071209915a0208ffcebc3cfd",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/log-pow.ll"
    },
    {
      "type": "modify",
      "old_id": "20d60206ebcdff965e90b8d813335e9623648062",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/logical-select-inseltpoison.ll",
      "new_id": "cf0dc3503288461f35f1e8a5621d70049de155ae",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/logical-select-inseltpoison.ll"
    },
    {
      "type": "modify",
      "old_id": "6e2ed6bf796d08f2d86702687b0d570aef28bfa1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/logical-select.ll",
      "new_id": "62a63839704a4485de990069cd6f2107753e32a1",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/logical-select.ll"
    },
    {
      "type": "modify",
      "old_id": "5d058b20be7207c7fc6897d54cbe9b9fb9cadcb4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll",
      "new_id": "89522a00d789498efd6f0875c4662f554068c737",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll"
    },
    {
      "type": "modify",
      "old_id": "01e07985ba6ab55d4b1fa308179a81563590a256",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/lshr.ll",
      "new_id": "4360714c78caa67ac1bf1f5fa8910c06912a7a7a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/lshr.ll"
    },
    {
      "type": "modify",
      "old_id": "0484369e99d6a5f19b00bd88e5067717e3fdff46",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/masked-merge-add.ll",
      "new_id": "5ef53ad5150137dfe3368f6d91783033b016e5e8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/masked-merge-add.ll"
    },
    {
      "type": "modify",
      "old_id": "dc76743c565ed40ee23367793746c145423b8597",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/masked-merge-and-of-ors.ll",
      "new_id": "639478dfcc6fe82276fdd0068bd42ca7b515d0a6",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/masked-merge-and-of-ors.ll"
    },
    {
      "type": "modify",
      "old_id": "0531a532fc7e0aef24a7c1a8d5f63d2c0c590b98",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/masked-merge-or.ll",
      "new_id": "dd2ac6dfe5109160993ea17e95b78dc983e1b097",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/masked-merge-or.ll"
    },
    {
      "type": "modify",
      "old_id": "74cc7625aebff56a418b3860d3e8157e43658fc6",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/masked-merge-xor.ll",
      "new_id": "7ed1f3fdfdab64ae02eae61618c889d03e119616",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/masked-merge-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "3e870c695cf1a5ffa14d35c9d6a3772757d12353",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/minmax-fold.ll",
      "new_id": "26cd4996e687d521befc0c412db7fd971e88c072",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/minmax-fold.ll"
    },
    {
      "type": "modify",
      "old_id": "b8430da451f9a92dbeb6d1f8863df63f86c95f0e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/minmax-of-xor-x.ll",
      "new_id": "8b896632b8adcc7cf897d33327dc92e0f228c370",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/minmax-of-xor-x.ll"
    },
    {
      "type": "modify",
      "old_id": "e940ae3fec163b73f128db476e16e1149072311d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/mul-masked-bits.ll",
      "new_id": "fd8ad88764f592223d867d31c30c982b8db437b1",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/mul-masked-bits.ll"
    },
    {
      "type": "modify",
      "old_id": "c16fd710f309b1b4046f35c7381b95e5f0b63067",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/mul-pow2.ll",
      "new_id": "bc172f0152fe5a104bcb487ce8c1eb682e3cd8ea",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/mul-pow2.ll"
    },
    {
      "type": "modify",
      "old_id": "66455479feaaa651550291b1cfbb916e2e0fd9ec",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/mul.ll",
      "new_id": "8c528e340bc6ce331db83f9db0c1820a94d7eba4",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/mul.ll"
    },
    {
      "type": "modify",
      "old_id": "a1fdec3c68cc4b82f0292a0f5f3049d4e5889190",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/mul_fold.ll",
      "new_id": "e4a21db8a6ece7ab0ed74905b681c0fc33145dee",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/mul_fold.ll"
    },
    {
      "type": "modify",
      "old_id": "7cddb63b9ba63e8d22e7e0e22fb758dc17f2f691",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/mul_full_64.ll",
      "new_id": "1bec5bb9276041b27d0da2e01140d752c4c6a593",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/mul_full_64.ll"
    },
    {
      "type": "modify",
      "old_id": "5c600c991de5863194739255f3781232f8960247",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/not-add.ll",
      "new_id": "ecbd11dbdc620b6c863840471511fb5206724802",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/not-add.ll"
    },
    {
      "type": "modify",
      "old_id": "0c2c6195e32407d50871ccd13941e3173d36e2e4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/not.ll",
      "new_id": "3679976d9dc393566b6aece02c9c8ba967c12cda",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/not.ll"
    },
    {
      "type": "modify",
      "old_id": "228ad233c9763429f662091cb2de46e2a25b062e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/onehot_merge.ll",
      "new_id": "d8ef66a4dd78187525fdbd535a4284c30478bf32",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/onehot_merge.ll"
    },
    {
      "type": "modify",
      "old_id": "327d5f8d6220a5d5f11c712aac7f242f9116cd6e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/or-xor-xor.ll",
      "new_id": "c3f1aedb1879a093a4edc01601c56a6b9e4155ab",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/or-xor-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "cf6b9000182d222799991abac3bd2be9f6349056",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/or-xor.ll",
      "new_id": "f4ddbb5abc4639d5d4a0837d7f3e0ae3a778849e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/or-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "6e2085a8bb6c7d4461c9b5bc8df2c647b12b1241",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/or.ll",
      "new_id": "9bcad034b363e713013a3aef0e6eee5173321fac",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/or.ll"
    },
    {
      "type": "modify",
      "old_id": "5ed7d641df65be645c0c6a8cf9b42df0135095fb",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-b.ll",
      "new_id": "469375633b60e1c0ce78cdcb3570bddbbeee3f5c",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-after-truncation-variant-b.ll"
    },
    {
      "type": "modify",
      "old_id": "1debf111b18cd7c175a3fd3a920f274ac64c1ee4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-b.ll",
      "new_id": "bce2a1c3f7e5057a9c6c608958e4c5c7775b6513",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/partally-redundant-left-shift-input-masking-variant-b.ll"
    },
    {
      "type": "modify",
      "old_id": "2673b1d74bb6fb87eeaa25025f6a690fde92a72f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/phi.ll",
      "new_id": "e03e45312687bc08ab83d781dc1ae14b628fd67a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/phi.ll"
    },
    {
      "type": "modify",
      "old_id": "e86c17057fe27cc25f39e91f97e21c30a99bfc51",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/pr44242.ll",
      "new_id": "bce22734127da285967afc0ed59ac109a4f7d818",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/pr44242.ll"
    },
    {
      "type": "modify",
      "old_id": "284b098b02afa045805bef89b3c7090de5f52662",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/pr49688.ll",
      "new_id": "902aea262f537a1d0e6397293176779c02fb5ab7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/pr49688.ll"
    },
    {
      "type": "modify",
      "old_id": "2f90753504b36ddc688278c418536f0027c6036e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/pr75369.ll",
      "new_id": "3855880047d6b797765afca26f322381ef7a9e28",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/pr75369.ll"
    },
    {
      "type": "modify",
      "old_id": "5249aa4269e877ffa5a46f661f960effbcc5680a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ptr-int-ptr-icmp.ll",
      "new_id": "eec78063805a1a923d9444d753e6c1005083e345",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ptr-int-ptr-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "4631b81cd1ce1fdc06eeef99c292f2eee85aded2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/ptrmask.ll",
      "new_id": "24777b1b7f2085a17e3f614d7065d0e1b8cab11b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/ptrmask.ll"
    },
    {
      "type": "modify",
      "old_id": "210e57c1d1fe4cebc72d381d36ca28f41f6b39cd",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/range-check.ll",
      "new_id": "ebb310fb7c1f8fe55b6e9c9de9ce928f7357ef81",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/range-check.ll"
    },
    {
      "type": "modify",
      "old_id": "9718739ed8ab2514816f027ea908a7366b1140d1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/reassociate-nuw.ll",
      "new_id": "99f07c0a8e0ad185af5a4834e679637082b34a1d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/reassociate-nuw.ll"
    },
    {
      "type": "modify",
      "old_id": "cb6775e689b8cbfecce0cccc8670520bcbfbe27c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-b.ll",
      "new_id": "8c61e24a97f1d04b666bb1018154f65ea2003983",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-b.ll"
    },
    {
      "type": "modify",
      "old_id": "4b955a894fcfe6dcb373fe149f97904efb839821",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-b.ll",
      "new_id": "e3c098138911635ef3ce65bca06924e68e8b5927",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-b.ll"
    },
    {
      "type": "modify",
      "old_id": "de484fe6df857349e30ab1d7b4c8190039b082b5",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/rem.ll",
      "new_id": "05ff214f91b8ce321592ac6c88f75874980cf6b5",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/rem.ll"
    },
    {
      "type": "modify",
      "old_id": "107ef291bf43930f7a0a58183e04139b7ac12752",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/result-of-add-of-negative-is-non-zero-and-no-underflow.ll",
      "new_id": "8103d366d444d024b0f8ce0145c8afbe13812a22",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/result-of-add-of-negative-is-non-zero-and-no-underflow.ll"
    },
    {
      "type": "modify",
      "old_id": "0be4457ad3fc044421d00ff0d22f9576f99a2f79",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/result-of-add-of-negative-or-zero-is-non-zero-and-no-underflow.ll",
      "new_id": "f967fcac367bb95d298bd50c1b87e5147a938d03",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/result-of-add-of-negative-or-zero-is-non-zero-and-no-underflow.ll"
    },
    {
      "type": "modify",
      "old_id": "a8be8180b9118c820f53769e61e8323bb4d5b5b9",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/result-of-usub-is-non-zero-and-no-overflow.ll",
      "new_id": "30a5072c7edc82ea58d9735c8f130b5151e8b3f4",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/result-of-usub-is-non-zero-and-no-overflow.ll"
    },
    {
      "type": "modify",
      "old_id": "d23f8d48e0c71013569495390636a749933a3e10",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/saturating-add-sub.ll",
      "new_id": "a88fd3cc21f1bc23c8c8ad5af6b6417458fe1fd9",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/saturating-add-sub.ll"
    },
    {
      "type": "modify",
      "old_id": "424470aa929e1d13ff8ac82e5cada8e7b850401d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/scalarization-inseltpoison.ll",
      "new_id": "29c0ac415ce7c59e783418305e5054ed3c0da89d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/scalarization-inseltpoison.ll"
    },
    {
      "type": "modify",
      "old_id": "2f539ece88320ee13ada4fa58216e903a92afac1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/scalarization.ll",
      "new_id": "591437b72c1fc410b0b49107d4544ee157fbc592",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/scalarization.ll"
    },
    {
      "type": "modify",
      "old_id": "c4c279361d2a6951e525f65e55b2c2cc6dbee9ac",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-and-or.ll",
      "new_id": "68bd28cf234b47e9719a895e56c3a9659a95b8c1",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-and-or.ll"
    },
    {
      "type": "modify",
      "old_id": "fb56764598e2dc6886236fa8e0bcba5b9d79f63c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-binop-cmp.ll",
      "new_id": "647287ef5ebad1749d31afb8f3d70980c27a6679",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-binop-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "77ff16a8b2e3d86a6bea05a70353fa7de891073f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-binop-foldable-floating-point.ll",
      "new_id": "e5ad312bb85c17a472e7e774f56a04db770e9d2e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-binop-foldable-floating-point.ll"
    },
    {
      "type": "modify",
      "old_id": "2f2c2d3ec0250fc70e6df1f452a4577272159533",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-cmp-eq-op-fold.ll",
      "new_id": "760b1ef055ad36644c7498ae3e007b9ce153e515",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-cmp-eq-op-fold.ll"
    },
    {
      "type": "modify",
      "old_id": "4f7574564316104f27c3083df616924bc8acef69",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-cmp.ll",
      "new_id": "7c1a32e7b5eb70a595d0d6efa08ad78fa878027b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "59d33ee3b39df5f584361ad76244ee250b7ccad2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-ctlz-to-cttz.ll",
      "new_id": "cc8f5d53fddddd953b609f2dfea2532bc993abc3",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-ctlz-to-cttz.ll"
    },
    {
      "type": "modify",
      "old_id": "e0c460c37451db1c2fa380cbd967a6c9d3920d10",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-divrem.ll",
      "new_id": "e11afd7b543b20b5ea9a618b656f368325827267",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-divrem.ll"
    },
    {
      "type": "modify",
      "old_id": "386c8e522759e2b8c753b89accfa53c18f7c275e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-factorize.ll",
      "new_id": "ab9d9f6b24754d588e96c5bf2b67d359f9ac72d2",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-factorize.ll"
    },
    {
      "type": "modify",
      "old_id": "70d798ecd5085eade384786fbc19c899bd7a05ab",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-masked_gather.ll",
      "new_id": "a232bdbca0df4b1fa4d11547bd8ed1c56a20276a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-masked_gather.ll"
    },
    {
      "type": "modify",
      "old_id": "0e82def113e967d97a50ab4da5faa567cca8fdce",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-masked_load.ll",
      "new_id": "51525e5ee83467b47f99475ee1d8b59118ff9a40",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-masked_load.ll"
    },
    {
      "type": "modify",
      "old_id": "50d3c87f199c308dd25c96f40bddb45e7456a082",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-of-bittest.ll",
      "new_id": "0c7624018cb02c3abc48bdc8c817fe842efc687e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-of-bittest.ll"
    },
    {
      "type": "modify",
      "old_id": "70e627123332123b6d341e1ca777281a76464b82",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-safe-transforms.ll",
      "new_id": "e0306972e48e2c2278fd7730520ee6fa46f9c602",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-safe-transforms.ll"
    },
    {
      "type": "modify",
      "old_id": "416a6d71055b6274ce1cca2400095adc32849a94",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select-with-bitwise-ops.ll",
      "new_id": "1647233595b37e20691e1319167364b6f62d8acb",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select-with-bitwise-ops.ll"
    },
    {
      "type": "modify",
      "old_id": "1369be305ec13a8a1ee0db322c15829cf10d7f8e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select.ll",
      "new_id": "7d62b419424405bff3251305a9d6c978eff1c5f0",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select.ll"
    },
    {
      "type": "modify",
      "old_id": "3898fd9fa1f57824e1719cbb3688fb24e8d19bd2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/select_meta.ll",
      "new_id": "d8f945b8d1b32f84fcb6747ca4df638cf6a97a8b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/select_meta.ll"
    },
    {
      "type": "modify",
      "old_id": "50329ddf7caacda64f5df858ef0d9a241952f575",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/set.ll",
      "new_id": "f44ac83f7f591614f896468fa7affcd49d34b79f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/set.ll"
    },
    {
      "type": "modify",
      "old_id": "7f948848844c5af11a852a0ad855ae300ca7dac3",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shift-add.ll",
      "new_id": "016f877a9efb51842ce62f6c1e402509a1ff13d2",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shift-add.ll"
    },
    {
      "type": "modify",
      "old_id": "a0a3c8edfb4b5d0ac0ad8522913ccb1176d3b75d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest-with-truncation-lshr.ll",
      "new_id": "c4260f4cb2bf88591cdccc0c65063e90adb9152e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest-with-truncation-lshr.ll"
    },
    {
      "type": "modify",
      "old_id": "3a85f19d8a0375f7e755b41461e79367a80df6d4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest-with-truncation-shl.ll",
      "new_id": "6e9552e2af4ccee7b83094134c27fc3d23fcf221",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest-with-truncation-shl.ll"
    },
    {
      "type": "modify",
      "old_id": "a8f4644f1ae42f4dfbc98f944d5257b3b0aee4a8",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shift-direction-in-bit-test.ll",
      "new_id": "ebb53e36a3f2163aaf45482a81676eaa9b9e6fbe",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shift-direction-in-bit-test.ll"
    },
    {
      "type": "modify",
      "old_id": "3d4547e0bb9caaf34b14229db2c1b996a3cdc6d3",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shift-logic.ll",
      "new_id": "593a22bec6490bcf1ae719949eb96e593a67ff35",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shift-logic.ll"
    },
    {
      "type": "modify",
      "old_id": "f0bfd0171b265a6eb2e036a045f3ac5365df1a5f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shift.ll",
      "new_id": "558f4ffbfcabe46cfe19416dbd08ee36bae20694",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shift.ll"
    },
    {
      "type": "modify",
      "old_id": "ab6e8c28cf9fc71f32a50f9dcd8ba77220b22756",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shl-bo.ll",
      "new_id": "356c4a288f9e31fd662c86f29fc8401993f1bbc8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shl-bo.ll"
    },
    {
      "type": "modify",
      "old_id": "8460f8b2c6cd3d029cb440760a1f9460757f121d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/shuffle-binop.ll",
      "new_id": "8ab7f315dbf540e4348b3146cc0927bdafae46da",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/shuffle-binop.ll"
    },
    {
      "type": "modify",
      "old_id": "7e762627e5ec029929d3b269a83fb81179f7323e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/signed-truncation-check.ll",
      "new_id": "513fb69ab7463ea271e4837370a796c0da78440b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/signed-truncation-check.ll"
    },
    {
      "type": "modify",
      "old_id": "e4fb7764ba9e539211474b3bfe635c61ece0dc88",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll",
      "new_id": "403f3bacf34d89f42681af6a2e910f44c5c1dcfd",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll"
    },
    {
      "type": "modify",
      "old_id": "9db6440a49ee71b0e7560fa917ce90057f905f9c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sink-not-into-and.ll",
      "new_id": "1f3b46cdc386dde3e274332c0adb763e82852b85",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sink-not-into-and.ll"
    },
    {
      "type": "modify",
      "old_id": "0b758112f699e0649eb07612f82d6046a3d03d62",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sink-not-into-or.ll",
      "new_id": "8e6c983b71fe351989d58e7e6abf353db82234c2",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sink-not-into-or.ll"
    },
    {
      "type": "modify",
      "old_id": "022ec6ad4f34667990576d4815e94b49ea896330",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/smax-icmp.ll",
      "new_id": "4c9cbed9d9ebf14299c93ef71a9a54209196a65b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/smax-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "c97f29f5eff8d76e1264fea1bd294cfd036157ea",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/smin-icmp.ll",
      "new_id": "d1283d8afc0a74d1ca074d3c4987d2dcbca7d603",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/smin-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "0379f82f4a7835a873f096c1e43dd386ce990633",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll",
      "new_id": "e21ca605fc5af5393920f961c2a48efd3ad448ec",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll"
    },
    {
      "type": "modify",
      "old_id": "5130883409b28d70db8107b4ad0c9a4da3421f19",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-gep.ll",
      "new_id": "b773d106b2c98a0aee41dff7961f64a5a681486f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-gep.ll"
    },
    {
      "type": "modify",
      "old_id": "5ecf4b8da0c490784d8371ab2c791a80976c2cde",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-lshr-or-to-icmp-select.ll",
      "new_id": "33c02d77c45b904d3eba5a3073e2e405837c2fb3",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-lshr-or-to-icmp-select.ll"
    },
    {
      "type": "modify",
      "old_id": "c9ce165c3898865f46fec8a2defbc67ad8079516",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-minmax.ll",
      "new_id": "c5af57449bf7194013121cffe5455bb6bfe0a43c",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-minmax.ll"
    },
    {
      "type": "modify",
      "old_id": "89ccf5aa3c8f4f7ceade44c7279ce8aaae24afde",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-not.ll",
      "new_id": "5053319162f0d2e9672a59876de31e5fabfdc72b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-not.ll"
    },
    {
      "type": "modify",
      "old_id": "76a172302999acd1b610a141725da1755bfa0758",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-of-negatible-inseltpoison.ll",
      "new_id": "60607041ad2f9052d8a5a94f93323f7537a849bd",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-of-negatible-inseltpoison.ll"
    },
    {
      "type": "modify",
      "old_id": "b2e14ceaca1b084ce1b01bea67bcb76877162aea",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-of-negatible.ll",
      "new_id": "b19eae4d8f9a41c6ce7a6fc1879a92e84b8c1e19",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-of-negatible.ll"
    },
    {
      "type": "modify",
      "old_id": "461c9b0fb1e0c0ac9f8ce0bd4176d015315c4417",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub-xor-cmp.ll",
      "new_id": "acbc29db871e887f54179b19dbe0138c46729ca7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub-xor-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "cb308ab66b09359885fd09ec21716d6821c1f4ea",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/sub.ll",
      "new_id": "ec88984c49cca6a0bd38f6405a51a6efdd4be1e9",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/sub.ll"
    },
    {
      "type": "modify",
      "old_id": "e3103906911af98564dadcc1e2861d7b7e9dde51",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/trunc-binop-ext.ll",
      "new_id": "4593730b8809f4c23807349dc31b60704d910368",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/trunc-binop-ext.ll"
    },
    {
      "type": "modify",
      "old_id": "c638c0adef055b96309bea20d0a9569ee642b390",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/uaddo.ll",
      "new_id": "9b56dce8b45856f157eb2666ae0a23138e8aa91b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/uaddo.ll"
    },
    {
      "type": "modify",
      "old_id": "9946f3c390f0f38be064731dcc06626d83237e2c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/umax-icmp.ll",
      "new_id": "b4eea30bfc6af5686d3b0193e66086b65cf5c979",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/umax-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "da901c6c5e4847fa4c664d93b8e611a9892d9e15",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/umin-icmp.ll",
      "new_id": "cb23b2f00d2921955248b8526fdccc00cf425deb",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/umin-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "8ab1f130f1cda6f00e74ae9300322b120799ad4c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unordered-compare-and-ordered.ll",
      "new_id": "ec015e8ad2aaa01d41f891e401c018778a80eb38",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unordered-compare-and-ordered.ll"
    },
    {
      "type": "modify",
      "old_id": "c5be9a7b769ce408f32aaf2eb7cb3ece23087e53",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-add.ll",
      "new_id": "5a0d283ff8bb66c3164fd26270c8494904fb2e5a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-add.ll"
    },
    {
      "type": "modify",
      "old_id": "1b41f609705ef9753dcc1f8d2a69717703db00ec",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-xor.ll",
      "new_id": "17b32670ae9d7b17507682f2607fef1ee6f273bd",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "e7120a7d01cfaac638cb78a7053780b77b23591f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check.ll",
      "new_id": "677ef47456c013798eee5f018e0252cf55519f78",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check.ll"
    },
    {
      "type": "modify",
      "old_id": "23b89b7c1e65f624e0b7bd884f7256408e1ae7a5",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-add-overflow-check-via-add.ll",
      "new_id": "bfdcb8343f2d97c055c6f6b68a28c9ad8ea50aa3",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-add-overflow-check-via-add.ll"
    },
    {
      "type": "modify",
      "old_id": "646bd635807a76357b5a0d519deaae7fb1f06c95",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-add-overflow-check-via-xor.ll",
      "new_id": "457a0e594b630305e2f853bdba1deb02bd2b9906",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-add-overflow-check-via-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "3533c6a54a22ab9dc35844622311c64e3a4f929e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-add-overflow-check.ll",
      "new_id": "94966a1eba3289edc703035d9b2bce0f63ea64fa",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-add-overflow-check.ll"
    },
    {
      "type": "modify",
      "old_id": "500d61ac1b111e02956ea54e49dd8b2ec4f8fa19",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-sub-lack-of-overflow-check.ll",
      "new_id": "e844b321830a16fc2d06f0eba7048a418af8f922",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-sub-lack-of-overflow-check.ll"
    },
    {
      "type": "modify",
      "old_id": "5b273026dafe72185cd2ea94b47071b743a35421",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/unsigned-sub-overflow-check.ll",
      "new_id": "5f37b1d962345e764fbec208180fe4b8ba89efdc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/unsigned-sub-overflow-check.ll"
    },
    {
      "type": "modify",
      "old_id": "a6d083276cbb554585b7ba2996d89bf69939cb45",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/vec_demanded_elts.ll",
      "new_id": "1fd7903307cef4f297ee46084199572a47e809a7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/vec_demanded_elts.ll"
    },
    {
      "type": "modify",
      "old_id": "a9cdc8bd20247631f97f948b8f5a42d21ffe5917",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/vec_shuffle-inseltpoison.ll",
      "new_id": "0f233fbb4729e6f7ca7a494fa4c7c87ae244f012",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/vec_shuffle-inseltpoison.ll"
    },
    {
      "type": "modify",
      "old_id": "8c91efb473faecff8b975af03b0fc8ca18fc14e1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/vec_shuffle.ll",
      "new_id": "75a84e51279b8055725682e58b5f32a3fb17c25f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/vec_shuffle.ll"
    },
    {
      "type": "modify",
      "old_id": "a1a6ee949a13893a102983bf5daf20a4c4241196",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/vector-reverse.ll",
      "new_id": "c9c68d2241b3452ae001ecb3880e07dd64e42283",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/vector-reverse.ll"
    },
    {
      "type": "modify",
      "old_id": "5c96f1a691ed038e0cdfa9d1b75b37cb871676d4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/vector-xor.ll",
      "new_id": "13894ef85b5da814d6b1858c62bdaa0e618dc09a",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/vector-xor.ll"
    },
    {
      "type": "modify",
      "old_id": "0e377c9fa48628fe71387637c297ce827e700481",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/widenable-conditions.ll",
      "new_id": "46a93580e9c78c8d51197e7a2c41efd3d4202eb8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/widenable-conditions.ll"
    },
    {
      "type": "modify",
      "old_id": "2ff95821f4e000a8ccb08c6e4ca245d4df89aace",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/xor.ll",
      "new_id": "ea7f7382ee7c8e946621715434bc3689daf1776d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/xor.ll"
    },
    {
      "type": "modify",
      "old_id": "7d12a00a8bd5157754f8d9142b0cfe539c836b65",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/xor2.ll",
      "new_id": "0b4fca76ed0a7f4aacc414d6a59e499e99559d08",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/xor2.ll"
    },
    {
      "type": "modify",
      "old_id": "12739b5686a0ad3e621893f7a3135adaa8ef591f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/zext-bool-add-sub.ll",
      "new_id": "c9da18d3d88bdb9a48b14ffe1d4344eef0a47ece",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/zext-bool-add-sub.ll"
    },
    {
      "type": "modify",
      "old_id": "a4b74aa8cc7dc3ef795e1c173d5ca05985495f6d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/zext-or-icmp.ll",
      "new_id": "acf547b55722fc9a52ca3e1a0b7c369d6e287a8b",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/zext-or-icmp.ll"
    },
    {
      "type": "modify",
      "old_id": "88cd9c70af40d8b3d16f09d0075ce5f55c361514",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/InstCombine/zext.ll",
      "new_id": "7b2cf131c396abe9c3be68d3398ca00c4fff9585",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/InstCombine/zext.ll"
    },
    {
      "type": "modify",
      "old_id": "ed8d8e15282d57afd74ea7cf510ee85404c48fb7",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/deterministic-type-shrinkage.ll",
      "new_id": "6953d6c48694c29774709e206fefff7543d33686",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/deterministic-type-shrinkage.ll"
    },
    {
      "type": "modify",
      "old_id": "6f62f2f2096f17a48ae64e863a94223aa06beea2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-cond-inv-loads.ll",
      "new_id": "4768167a9c69f154219a97dcf43824ccb92c9378",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-cond-inv-loads.ll"
    },
    {
      "type": "modify",
      "old_id": "2a80a7affa4f8cf2546699b186bada54d52d630a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter.ll",
      "new_id": "dac64c3d0f58d0c4f7650f4a147eaa4b3f735248",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter.ll"
    },
    {
      "type": "modify",
      "old_id": "965c71c008aa19f9a6935da441c82fc2f9206908",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions.ll",
      "new_id": "34fb5bb640471f87a3d66cdbb2e05e085e4eeaa0",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions.ll"
    },
    {
      "type": "modify",
      "old_id": "d6794420c403f95411962815dab3979d7f916878",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll",
      "new_id": "ba8f69b63f06073c6086f07e0c100d1015d74604",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll"
    },
    {
      "type": "modify",
      "old_id": "e3bba1338e1df3e7c0a04ba92617b0708d0c9e3c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-vector-reverse.ll",
      "new_id": "81121019efe767c1e6eba3f94c01dd45b3e0b334",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-vector-reverse.ll"
    },
    {
      "type": "modify",
      "old_id": "76084776b2b7653d77e606475b40eca93e47e289",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll",
      "new_id": "626bb55cf2a77e547c21bfc95bc143acc9862323",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll"
    },
    {
      "type": "modify",
      "old_id": "c22613509be4fe4f9fc8011140acc524a78a98b4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse-mask4.ll",
      "new_id": "57807604b37a871ab5757403a79c679f62abe7a8",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse-mask4.ll"
    },
    {
      "type": "modify",
      "old_id": "45b84a0b5e856c63e7bd7f0a3fd969c1761efa87",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/ARM/mve-qabs.ll",
      "new_id": "fec5921720fed9b9681d7ea99bbd26338e171f88",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/ARM/mve-qabs.ll"
    },
    {
      "type": "modify",
      "old_id": "18caa9cc16f3508eb990311a67f6731ccca07848",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/ARM/mve-reductions.ll",
      "new_id": "a7cb5c61ca55023d10736e16242f818bd4fa109d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/ARM/mve-reductions.ll"
    },
    {
      "type": "modify",
      "old_id": "69538343356693888da899f232e8d1a42b1effc3",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll",
      "new_id": "d904c50f3bf9cd416289e3e81bc2471a40df5fbc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll"
    },
    {
      "type": "modify",
      "old_id": "2269b774d9f31d832300ab1351c26cf291acef99",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/ARM/pointer_iv.ll",
      "new_id": "3432773b4e1b3d3fb6cd81087f00549adf810b0f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/ARM/pointer_iv.ll"
    },
    {
      "type": "modify",
      "old_id": "f58d864e1e1477783f5a5dc544def8ab2ffac8ee",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/ARM/tail-fold-multiple-icmps.ll",
      "new_id": "7db5bccd896b274f1de73636b3dd425a2d7204c7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/ARM/tail-fold-multiple-icmps.ll"
    },
    {
      "type": "modify",
      "old_id": "8783326b1ef1afd9bf8895800d581995d6818baf",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll",
      "new_id": "9f9db3ad8599112c47d96f64668e228f64fb7435",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll"
    },
    {
      "type": "modify",
      "old_id": "2b61a1cc3d78b31849346c61fb9c303628c12b7b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll",
      "new_id": "2fb4a68f4b58605740883a748c6ba91cddbf1072",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll"
    },
    {
      "type": "modify",
      "old_id": "8800fa26f067c626b22b0e4d73c24ef16c6fc954",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/X86/pr23997.ll",
      "new_id": "6bd70cefcaf746e867f9753ef63b5e8a2576443f",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/X86/pr23997.ll"
    },
    {
      "type": "modify",
      "old_id": "fe6d9b3ec690ec615bd44597fc1ead3320c9a287",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/extract-last-veclane.ll",
      "new_id": "47636b2c66d296ad9af402e773e78677059cbafc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/extract-last-veclane.ll"
    },
    {
      "type": "modify",
      "old_id": "bd658c31768a84d0ec3c1dbd5bdd5dbfa9b4971e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/float-induction.ll",
      "new_id": "bf1905bf33487748935d9e511b36a8b38a39ac4e",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/float-induction.ll"
    },
    {
      "type": "modify",
      "old_id": "1d7ead0a8e49b26860c35eaa38bda29021adc128",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/if-conversion-nest.ll",
      "new_id": "d19ca172a8c0a8495d3c734fe8007ab5c66325b1",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/if-conversion-nest.ll"
    },
    {
      "type": "modify",
      "old_id": "45674acaae538750104e8b3f74acf9411bff420b",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/induction.ll",
      "new_id": "08d05a1e2db69f0862267c5ad699f226a6540ff0",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/induction.ll"
    },
    {
      "type": "modify",
      "old_id": "6fc52ab3f26e03c39b80983beb47b791110639b4",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll",
      "new_id": "29ce8457e8d65fab35324296147727c3a129485c",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll"
    },
    {
      "type": "modify",
      "old_id": "50c67040cfb2a9e505497f0c5c9c6db8a7194290",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/invariant-store-vectorization-2.ll",
      "new_id": "45de11141235e6888f4031f3319b178247e4b56c",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/invariant-store-vectorization-2.ll"
    },
    {
      "type": "modify",
      "old_id": "20d612a548b15303e119056b312133f570ff170c",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/invariant-store-vectorization.ll",
      "new_id": "63381454cc59003f77b9334695b1f5d5e5611f09",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/invariant-store-vectorization.ll"
    },
    {
      "type": "modify",
      "old_id": "873f6364f8281160decb3b17e15548e589dcf929",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/reduction-inloop-cond.ll",
      "new_id": "c50bcf8ae88f5cf092bb4be8aeaed34e9210aec2",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/reduction-inloop-cond.ll"
    },
    {
      "type": "modify",
      "old_id": "e6936b19415d0ca7d97f391f02e65a7004d129b1",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/reduction-inloop.ll",
      "new_id": "a226a5a36d63b4d63de833510c1a522b38d5f840",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/reduction-inloop.ll"
    },
    {
      "type": "modify",
      "old_id": "b66ce4047ad95ef400d27515ffd61d77589b60eb",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/reduction.ll",
      "new_id": "89fd1a9a73f2f05fc3c03509c94e3ba45684ebc7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/reduction.ll"
    },
    {
      "type": "modify",
      "old_id": "d5df8afc80a79283499739d2590c2ee50f1249aa",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/runtime-check.ll",
      "new_id": "9521c0933fe87641627954998a07414d1eec82dc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/runtime-check.ll"
    },
    {
      "type": "modify",
      "old_id": "030eb9e76b51a5cdc94da5a41a23eb08df8c5949",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/scalable-inductions.ll",
      "new_id": "b97ceba8b0116eb37cdb7db9716d2c2a6a461d29",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/scalable-inductions.ll"
    },
    {
      "type": "modify",
      "old_id": "629b15c824f673cf70fbff8abf8b714a93846937",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/LoopVectorize/uniform-args-call-variants.ll",
      "new_id": "63ca45495335f42802512ca2285852f39ae9d226",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/LoopVectorize/uniform-args-call-variants.ll"
    },
    {
      "type": "modify",
      "old_id": "38e8f8536a19c022a0bbc9f255602de194a783a2",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PGOProfile/chr.ll",
      "new_id": "34e39fe37979ac128e6764bcaee554540b752174",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PGOProfile/chr.ll"
    },
    {
      "type": "modify",
      "old_id": "11b1d54227681ce13337bec14ec393bf06e2551d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/AArch64/hoist-runtime-checks.ll",
      "new_id": "f44e39e82d6063a19efed87f31482238a0b9e290",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/AArch64/hoist-runtime-checks.ll"
    },
    {
      "type": "modify",
      "old_id": "ad100c399c08ed9b5df8bc7446bc0a667f09328e",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/AArch64/hoisting-sinking-required-for-vectorization.ll",
      "new_id": "33bcab679ba91aeb969d1c35fe2f1255eab56586",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/AArch64/hoisting-sinking-required-for-vectorization.ll"
    },
    {
      "type": "modify",
      "old_id": "db16413cdc94af92dc7ff4e3f566dac5a0078ad3",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/AArch64/matrix-extract-insert.ll",
      "new_id": "db0656da579f4b590f2b6a1ccc6096a365bc4df3",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/AArch64/matrix-extract-insert.ll"
    },
    {
      "type": "modify",
      "old_id": "cc4890e27f2bda6b71e3e96e0601464905a2531a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/AArch64/peel-multiple-unreachable-exits-for-vectorization.ll",
      "new_id": "2fe49a31b7722d05bf3edb1cd778f63fc76bcd5d",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/AArch64/peel-multiple-unreachable-exits-for-vectorization.ll"
    },
    {
      "type": "modify",
      "old_id": "c133852f66937d4013cf5111ea204477c5928a9d",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/AArch64/quant_4x4.ll",
      "new_id": "b53d0c211919b87cf3f3fed7b8416bee7bd817b7",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/AArch64/quant_4x4.ll"
    },
    {
      "type": "modify",
      "old_id": "8b82f21e38c931b5cad9ee699b35935b4c024128",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/ARM/arm_mult_q15.ll",
      "new_id": "6e9abb3813aa1d25d65a4a310a74a9fdb4321dee",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/ARM/arm_mult_q15.ll"
    },
    {
      "type": "modify",
      "old_id": "791ef7cbeb36174649c73fc51228eef1cea57518",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/X86/hoist-load-of-baseptr.ll",
      "new_id": "33a0eb43b70856fa11485acb37181440e4e20b71",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/X86/hoist-load-of-baseptr.ll"
    },
    {
      "type": "modify",
      "old_id": "c5deb716d80302b7915216a56405ccade0e4012f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/X86/speculation-vs-tbaa.ll",
      "new_id": "5bf7be4362a8e470149b37e8ea4c4d77ec774d46",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/X86/speculation-vs-tbaa.ll"
    },
    {
      "type": "modify",
      "old_id": "c97d8da58be44181fb455c74f6829d200df55d75",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/X86/vector-reductions-logical.ll",
      "new_id": "d2850f36a80dc20035a9a19e85d2862719cce9c2",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/X86/vector-reductions-logical.ll"
    },
    {
      "type": "modify",
      "old_id": "0127f05022d7138dfc7184c58d00c0a9a50e2fab",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/fast-basictest.ll",
      "new_id": "ec217a9cd31c6d4a41b51c2e5b521f5991bf6795",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/fast-basictest.ll"
    },
    {
      "type": "modify",
      "old_id": "7e958e8906c9a6c306e7044abd9f65cc266b068a",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/reassociate-instcombine.ll",
      "new_id": "13aeb9e64fc3f552f1d35607a8bcc4351904b43c",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/reassociate-instcombine.ll"
    },
    {
      "type": "modify",
      "old_id": "89095048f22493f872336ed38bed2761a4a861d0",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/PhaseOrdering/runtime-check-removal.ll",
      "new_id": "2933249782f44410e9feadcda10e32437a7c3e94",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/PhaseOrdering/runtime-check-removal.ll"
    },
    {
      "type": "modify",
      "old_id": "6dc7b89a9b18626e2060cd12fd7f4d9ee8641c46",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/Reassociate/fast-ArrayOutOfBounds.ll",
      "new_id": "d629ce15c1c92bbc6b139de7a821d7846e85a201",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/Reassociate/fast-ArrayOutOfBounds.ll"
    },
    {
      "type": "modify",
      "old_id": "5152201ea7c9344145a648401d7b73d960905c1f",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/Reassociate/fast-SubReassociate.ll",
      "new_id": "2d6f67bbaff6a9f84735b62f2ff785aa457e24dc",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/Reassociate/fast-SubReassociate.ll"
    },
    {
      "type": "modify",
      "old_id": "997b8ac8add32d56eb128988b04ac34eb673b913",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/SLPVectorizer/X86/cmp_commute-inseltpoison.ll",
      "new_id": "fd5f09bf2adc04a5f143cd47f10dfc3b09dd20cf",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/SLPVectorizer/X86/cmp_commute-inseltpoison.ll"
    },
    {
      "type": "modify",
      "old_id": "29cf66a1ea656285c56de677597e44ff9fdb2936",
      "old_mode": 33188,
      "old_path": "llvm/test/Transforms/SLPVectorizer/X86/cmp_commute.ll",
      "new_id": "35619d6d3ad1da70a74905df3bd1f6e3a787be82",
      "new_mode": 33188,
      "new_path": "llvm/test/Transforms/SLPVectorizer/X86/cmp_commute.ll"
    }
  ]
}
