)]}'
{
  "commit": "fd11bc081304b8ca3bf7a657eb45af7a6a24246f",
  "tree": "8d35433975ca69f6b7e331e01569816438d561f1",
  "parents": [
    "e65af32d44f2d727de5ad3dda03a60fffe3ecdb7"
  ],
  "author": {
    "name": "Francis Visoiu Mistrih",
    "email": "francisvm@yahoo.com",
    "time": "Thu Dec 07 10:40:31 2017 +0000"
  },
  "committer": {
    "name": "Francis Visoiu Mistrih",
    "email": "francisvm@yahoo.com",
    "time": "Thu Dec 07 10:40:31 2017 +0000"
  },
  "message": "[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.\n\nWork towards the unification of MIR and debug output by refactoring the\ninterfaces.\n\nFor MachineOperand::print, keep a simple version that can be easily called\nfrom `dump()`, and a more complex one which will be called from both the\nMIRPrinter and MachineInstr::print.\n\nAdd extra checks inside MachineOperand for detached operands (operands\nwith getParent() \u003d\u003d nullptr).\n\nhttps://reviews.llvm.org/D40836\n\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/kill: ([^ ]+) ([^ ]+)\u003cdef\u003e ([^ ]+)/kill: \\1 def \\2 \\3/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/kill: ([^ ]+) ([^ ]+) ([^ ]+)\u003cdef\u003e/kill: \\1 \\2 def \\3/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/kill: def ([^ ]+) ([^ ]+) ([^ ]+)\u003cdef\u003e/kill: def \\1 \\2 def \\3/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/\u003cdef\u003e//g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003ckill\u003e/killed \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cimp-use,kill\u003e/implicit killed \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cdead\u003e/dead \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cdef[ ]*,[ ]*dead\u003e/dead \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cimp-def[ ]*,[ ]*dead\u003e/implicit-def dead \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cimp-def\u003e/implicit-def \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cimp-use\u003e/implicit \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cinternal\u003e/internal \\1/g\u0027\n* find . \\( -name \"*.mir\" -o -name \"*.cpp\" -o -name \"*.h\" -o -name \"*.ll\" -o -name \"*.s\" \\) -type f -print0 | xargs -0 sed -i \u0027\u0027 -E \u0027s/([^ ]+)\u003cundef\u003e/undef \\1/g\u0027\n\ngit-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320022 91177308-0d34-0410-b5e6-96231b3b80d8\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bed7c72489227ae46bde81c1fd546c0c78e353d4",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h",
      "new_id": "aa875c11d86fa1c29a1265efa5c40da7a98cd9ee",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
    },
    {
      "type": "modify",
      "old_id": "eb935bb7c06597d4d4d149f6fceb4f6fa7ae5e49",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/LivePhysRegs.h",
      "new_id": "f9aab0d09e1f78ce6acd6fc0f57d4ec78b3f7ab0",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/LivePhysRegs.h"
    },
    {
      "type": "modify",
      "old_id": "0730eb763e17ba71e788d3739d80547ea5b95249",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/MachineBasicBlock.h",
      "new_id": "0c9110cbaa876ef9d6a32747a3a508e8dbc76f66",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/MachineBasicBlock.h"
    },
    {
      "type": "modify",
      "old_id": "6c899ca7ee098311c08134f1641922634d68d40a",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/MachineInstr.h",
      "new_id": "cf8f5e5540a1b3e092c3dfd44d1ef1d379e9b8ef",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/MachineInstr.h"
    },
    {
      "type": "modify",
      "old_id": "995c7001d9282175649de05034e8d790e1bad2fc",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/MachineInstrBundle.h",
      "new_id": "b5341fd1ae496d3307626b712c5f9533b839bbe2",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/MachineInstrBundle.h"
    },
    {
      "type": "modify",
      "old_id": "64889eb3a2d114949e3fd4cda2b9bbcf594e8a6e",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/MachineOperand.h",
      "new_id": "757de85f15864fb9e645c52f4d8913ffc238a4ea",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/MachineOperand.h"
    },
    {
      "type": "modify",
      "old_id": "c4a3865e7f089a876938cf470ac0628ed6030fae",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/TargetInstrInfo.h",
      "new_id": "2dc918be66d3b0891e74a1ef4358c68b274feb2d",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/TargetInstrInfo.h"
    },
    {
      "type": "modify",
      "old_id": "cc612a42d756e6867eb52f096978da5e994959fc",
      "old_mode": 33188,
      "old_path": "include/llvm/CodeGen/TargetRegisterInfo.h",
      "new_id": "81907538fb0b16e1cacf34b9cd61acab4b652bc9",
      "new_mode": 33188,
      "new_path": "include/llvm/CodeGen/TargetRegisterInfo.h"
    },
    {
      "type": "modify",
      "old_id": "162e04fe4ce0f010669fa7e4b632aece9df50c09",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/AggressiveAntiDepBreaker.cpp",
      "new_id": "ffcb9a09ad734ce2fc68399deaec6b389f9ca6d1",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/AggressiveAntiDepBreaker.cpp"
    },
    {
      "type": "modify",
      "old_id": "1bc8b4eee0f029f77d8d65bbf5c4e380dee5e09c",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
      "new_id": "f1459d9d0a1f0c7e0d0c670a974d8e90830dfb91",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/AsmPrinter/AsmPrinter.cpp"
    },
    {
      "type": "modify",
      "old_id": "92e73cb502cc08da51994fff62282168b192b029",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/BranchFolding.cpp",
      "new_id": "99270ff4ea7e9b5735ae95ab6ea3a7ca369a4823",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/BranchFolding.cpp"
    },
    {
      "type": "modify",
      "old_id": "30918a98be042a4a7c8bdd5ca709dd7183ce4cba",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/CriticalAntiDepBreaker.cpp",
      "new_id": "98e22b24d37aa12cfeb116fd1e94bcf8d0cfab7d",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/CriticalAntiDepBreaker.cpp"
    },
    {
      "type": "modify",
      "old_id": "dc5040471f3c58325df7160369dfb7c3e8ab415e",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/ExpandPostRAPseudos.cpp",
      "new_id": "6ef97d6dd5ec1ad3958c61afc856d8ce5b3b19c7",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/ExpandPostRAPseudos.cpp"
    },
    {
      "type": "modify",
      "old_id": "1962b4ca65de8573e4715816a403c41e2c743d4f",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/ImplicitNullChecks.cpp",
      "new_id": "308b6d293d3df3e199edf78fcdd0740b098488dc",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/ImplicitNullChecks.cpp"
    },
    {
      "type": "modify",
      "old_id": "aff6189283e6410c7515d90bd3b0e2bbc35534a0",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/InlineSpiller.cpp",
      "new_id": "56f5a0c047c4dc22755e2d52010a8f145c327062",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/InlineSpiller.cpp"
    },
    {
      "type": "modify",
      "old_id": "06807542b346d2f39c0fc5cdb24ef84eb2229baa",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/LiveIntervalAnalysis.cpp",
      "new_id": "d181fe83b88927202ddeb53c393c836e2b11b057",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/LiveIntervalAnalysis.cpp"
    },
    {
      "type": "modify",
      "old_id": "f9c5652e8a17d71f8c86a494d2b4d158db0f8cdc",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/LiveVariables.cpp",
      "new_id": "1c2bbc3df02ccfb8fe4e226ece51411c44730ad0",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/LiveVariables.cpp"
    },
    {
      "type": "modify",
      "old_id": "aa0f38036b124236a4497288bf292cb845b5f703",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MIRPrinter.cpp",
      "new_id": "e8a358e5209cd5ba6b9c9ead35f183f8a3a24e07",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MIRPrinter.cpp"
    },
    {
      "type": "modify",
      "old_id": "d26d53d87ca37d557c61058db440a43c1757234e",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MachineCSE.cpp",
      "new_id": "da63b41858e2d7f7dccd5acc677e0de9e5e09e8e",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MachineCSE.cpp"
    },
    {
      "type": "modify",
      "old_id": "1590b205defbdce9dd59c7ba8cba1ed22f8d6ffd",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MachineCopyPropagation.cpp",
      "new_id": "8b4f9970b22803b0577132ca9b11ba2984f9cb8e",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MachineCopyPropagation.cpp"
    },
    {
      "type": "modify",
      "old_id": "8bdc183fabbaea5d8410dd2cbf31f6bce4a2d427",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MachineInstr.cpp",
      "new_id": "464df33e6bebc222b74f1e989c2f01a0c56a5339",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MachineInstr.cpp"
    },
    {
      "type": "modify",
      "old_id": "def4d682decc525abd8f634c5cc3d2405977884a",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MachineOperand.cpp",
      "new_id": "f5857db8adab3b02d48c75c82234de38df850d40",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MachineOperand.cpp"
    },
    {
      "type": "modify",
      "old_id": "7857084c4e6397d9905be34529f1c99b326130fc",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MachineSink.cpp",
      "new_id": "f932df71cdbb6b0e000a813ce684af01c10293fb",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MachineSink.cpp"
    },
    {
      "type": "modify",
      "old_id": "6834059234eeda7bc131600b9dbcf665c87cb23a",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/MachineVerifier.cpp",
      "new_id": "d5658db161a4dda0be374c579ca123d21340f174",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/MachineVerifier.cpp"
    },
    {
      "type": "modify",
      "old_id": "f26f43d79f297c4ba12ff4b64a3a7b4ad2d663c3",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/RegAllocFast.cpp",
      "new_id": "97011d55d89c7104d71944dbee1dddc8e9f66f83",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/RegAllocFast.cpp"
    },
    {
      "type": "modify",
      "old_id": "09875d336fd56be6cc778fc87ffa1143c49886c1",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/RegisterCoalescer.cpp",
      "new_id": "685271baa4ab6e8f947efdef2a08f66558bb294a",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/RegisterCoalescer.cpp"
    },
    {
      "type": "modify",
      "old_id": "5aeec854dad4aaca1e985b5eccae011d64c838e2",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/RegisterScavenging.cpp",
      "new_id": "97967124add64408d7d2089165908b88a886327e",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/RegisterScavenging.cpp"
    },
    {
      "type": "modify",
      "old_id": "fc85ea3d16636fec60c1ee21003c496e2959788e",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/SplitKit.cpp",
      "new_id": "dade05ce5158b841e7db9b5d4af0db5ce7597893",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/SplitKit.cpp"
    },
    {
      "type": "modify",
      "old_id": "dfda313f233699d1b08a7743536d661bf923bbd2",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/TargetRegisterInfo.cpp",
      "new_id": "f255ba4fef9e38a9679c22f99cc69462f0cd3281",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/TargetRegisterInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "c51340766b798dbc0362481b0d9a6d01970749ca",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/TwoAddressInstructionPass.cpp",
      "new_id": "cd4391232c13a17fa9274db759308eaf3aa4a4ab",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/TwoAddressInstructionPass.cpp"
    },
    {
      "type": "modify",
      "old_id": "df950b5d317e20fea08bd795e5a27f323af4edc9",
      "old_mode": 33188,
      "old_path": "lib/CodeGen/VirtRegMap.cpp",
      "new_id": "6e5674bb8bcad88515ba517e6227cb15082f96e1",
      "new_mode": 33188,
      "new_path": "lib/CodeGen/VirtRegMap.cpp"
    },
    {
      "type": "modify",
      "old_id": "2d510a48d1cb2557927dc47b6b36e18efcce1f33",
      "old_mode": 33188,
      "old_path": "lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp",
      "new_id": "1135f0f1262944fc241a414b4e6f49e2f141e826",
      "new_mode": 33188,
      "new_path": "lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp"
    },
    {
      "type": "modify",
      "old_id": "dacb19330c1c72934e44670b97238e529fbca3bf",
      "old_mode": 33188,
      "old_path": "lib/Target/AArch64/AArch64InstrInfo.cpp",
      "new_id": "b88beda4d6b05be726a90eb75b9294a682b4af5a",
      "new_mode": 33188,
      "new_path": "lib/Target/AArch64/AArch64InstrInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "de912244eebce74c82ff19258d1ca1456ba48c68",
      "old_mode": 33188,
      "old_path": "lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp",
      "new_id": "c406228b7fe8e5b42eebc64c42f55005b2c03059",
      "new_mode": 33188,
      "new_path": "lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp"
    },
    {
      "type": "modify",
      "old_id": "5ff82c5d1e003824c047663b403c015b88a385fe",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp",
      "new_id": "20918233e447f398de8e955feb54f33e05a740bd",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp"
    },
    {
      "type": "modify",
      "old_id": "429d28e753cce6f9a644950d421b1a602a5af25b",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/CaymanInstructions.td",
      "new_id": "ae40c6387982bdab32a49bcd9add8dd695edf8d8",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/CaymanInstructions.td"
    },
    {
      "type": "modify",
      "old_id": "c25980eef852eeb51731e0a22d042f5f6ad7900a",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/EvergreenInstructions.td",
      "new_id": "5e26f97b0c8658229d5433b84b9166fd803eae01",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/EvergreenInstructions.td"
    },
    {
      "type": "modify",
      "old_id": "1bfa837bfb23544f3a318fe337c5960aafae4499",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp",
      "new_id": "95bc7ca564cdc54cfd1eb8e981959b757bcbf616",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp"
    },
    {
      "type": "modify",
      "old_id": "47db89825372f0b77f38e58d1320769d62035004",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIFixWWMLiveness.cpp",
      "new_id": "3f657b9fb81f53cba4d3120c7a04a38def8c6041",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIFixWWMLiveness.cpp"
    },
    {
      "type": "modify",
      "old_id": "52157408b36a904540208cdda1ff342adffeb968",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIFoldOperands.cpp",
      "new_id": "e806ebb3d824926dd531dcdde212c7846aabce13",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIFoldOperands.cpp"
    },
    {
      "type": "modify",
      "old_id": "5fda45f6a7fca2186c036761d5ad94d93065e139",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIPeepholeSDWA.cpp",
      "new_id": "7b4652e8aa673693b00bd29cca7fa4233a446fd0",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIPeepholeSDWA.cpp"
    },
    {
      "type": "modify",
      "old_id": "f9505beea20b5c989b5f776885723ebfad992e55",
      "old_mode": 33188,
      "old_path": "lib/Target/ARM/ARMBaseInstrInfo.cpp",
      "new_id": "b2f4a529efa82dcc2157c5ba9f9d2f1ccea228e4",
      "new_mode": 33188,
      "new_path": "lib/Target/ARM/ARMBaseInstrInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "bf67bbdc379503a79eaaf6f4c96227ce1ffa37eb",
      "old_mode": 33188,
      "old_path": "lib/Target/ARM/ARMExpandPseudoInsts.cpp",
      "new_id": "eab84ae59e2463e4ac4b911c1045c7649a084a2f",
      "new_mode": 33188,
      "new_path": "lib/Target/ARM/ARMExpandPseudoInsts.cpp"
    },
    {
      "type": "modify",
      "old_id": "1726d6bcb30492774983d7ff1aa3cfffa132ed6a",
      "old_mode": 33188,
      "old_path": "lib/Target/ARM/ARMISelLowering.cpp",
      "new_id": "fe9562af1525baa89caabf6921828a6813bdba08",
      "new_mode": 33188,
      "new_path": "lib/Target/ARM/ARMISelLowering.cpp"
    },
    {
      "type": "modify",
      "old_id": "2b63e0c842f858cf1cd6f2bedc76d6e08d83b829",
      "old_mode": 33188,
      "old_path": "lib/Target/ARM/ARMLoadStoreOptimizer.cpp",
      "new_id": "c61e72ebb21d7befca7ead0253d1dc944c645cb1",
      "new_mode": 33188,
      "new_path": "lib/Target/ARM/ARMLoadStoreOptimizer.cpp"
    },
    {
      "type": "modify",
      "old_id": "283359c8b23a04f63721fbb9e345c87affb68533",
      "old_mode": 33188,
      "old_path": "lib/Target/BPF/BPFISelDAGToDAG.cpp",
      "new_id": "61b04d1f2a13492efff8d637c2f5b274dfddf82b",
      "new_mode": 33188,
      "new_path": "lib/Target/BPF/BPFISelDAGToDAG.cpp"
    },
    {
      "type": "modify",
      "old_id": "1953439fc3e7ce3d99747abbda5e37658b1d8def",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonBlockRanges.cpp",
      "new_id": "ff915ca59dae4ff3b090a8383555040252e788a6",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonBlockRanges.cpp"
    },
    {
      "type": "modify",
      "old_id": "80db36071db985c2474bc8791e4d3ccd4fa8f954",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonConstPropagation.cpp",
      "new_id": "c59cc50c037fb21ce25bf65bde60071302d0fdb8",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonConstPropagation.cpp"
    },
    {
      "type": "modify",
      "old_id": "2dfd7b7f9c8f22ef9567a4b54a25cd67b1788154",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonCopyToCombine.cpp",
      "new_id": "d8135e95fba3f859d7fefafb77c2ec21014688f9",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonCopyToCombine.cpp"
    },
    {
      "type": "modify",
      "old_id": "652ea13c414eff03445bce3f85ccbe1f599c3430",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonEarlyIfConv.cpp",
      "new_id": "93ad2e7b5ebee65eca162a7b6d8009fb3dc8c31e",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonEarlyIfConv.cpp"
    },
    {
      "type": "modify",
      "old_id": "78c7c102e7d45d8f6e1b1e113f1b8ac227738c94",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonExpandCondsets.cpp",
      "new_id": "d9f43225ea028882c2623fa6af8372d4c30bd60c",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonExpandCondsets.cpp"
    },
    {
      "type": "modify",
      "old_id": "b5fa0689d042de6048bec30800e16efca614d0e9",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonHardwareLoops.cpp",
      "new_id": "d814fa79ea2d082fa56f0007ab59b996f8ca706d",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonHardwareLoops.cpp"
    },
    {
      "type": "modify",
      "old_id": "cb00bc770c09b264df04293cd43e154b4017107a",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonInstrInfo.cpp",
      "new_id": "eb643d0aeb20bc73fd3e1949fb703eb71d7777db",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonInstrInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "8f177d9a4ee0a69e3c0ab3d3c2bf5fe79a4d59d3",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonNewValueJump.cpp",
      "new_id": "99c16f14919c4c06d935cdf9a6b37b392989191d",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonNewValueJump.cpp"
    },
    {
      "type": "modify",
      "old_id": "7f82a5c4c4d8f7b420543502ac8e05517819daa8",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonPeephole.cpp",
      "new_id": "581761c904acd5aa9ae8cdfbd8c9d54ab25ab64a",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonPeephole.cpp"
    },
    {
      "type": "modify",
      "old_id": "a8c5dea0d9e0b62cad0b550fa26d0e706657a353",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/HexagonVLIWPacketizer.cpp",
      "new_id": "0f5e297af4d99dd65783538d637a6a1142b84085",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/HexagonVLIWPacketizer.cpp"
    },
    {
      "type": "modify",
      "old_id": "7dd89c6eb8e8b1d54a546456845057da181ab948",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp",
      "new_id": "c5f3d4347599652b20fd220a096d2dd1bb314074",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "3a4a41ccb406aeff97e44b2c7ff6cb8374c0ec94",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp",
      "new_id": "7bd54fdfa3d58091a945d5d1f0015ed91227844b",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp"
    },
    {
      "type": "modify",
      "old_id": "25c4b67230a5bf8d479720441f434da52243c157",
      "old_mode": 33188,
      "old_path": "lib/Target/Hexagon/RDFGraph.h",
      "new_id": "e3abb0e22f76fd3b57344b4ef385c125269fb8a7",
      "new_mode": 33188,
      "new_path": "lib/Target/Hexagon/RDFGraph.h"
    },
    {
      "type": "modify",
      "old_id": "74394d0e84cfc15edfa7bfc242a84af29ca79391",
      "old_mode": 33188,
      "old_path": "lib/Target/Mips/MipsInstrInfo.cpp",
      "new_id": "589c8f9884f1f584f235461710e70777fe23626a",
      "new_mode": 33188,
      "new_path": "lib/Target/Mips/MipsInstrInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "f33655a16c233f2e76262c0aec2570ad8656fa78",
      "old_mode": 33188,
      "old_path": "lib/Target/NVPTX/NVPTXPeephole.cpp",
      "new_id": "415889dc70cf8f2f429454c1347411a5d8c87d37",
      "new_mode": 33188,
      "new_path": "lib/Target/NVPTX/NVPTXPeephole.cpp"
    },
    {
      "type": "modify",
      "old_id": "cd07897230712eb1b3c183ae7a608877f07c67ae",
      "old_mode": 33188,
      "old_path": "lib/Target/PowerPC/PPCBranchCoalescing.cpp",
      "new_id": "48b94a538230a18037e1d85f75bb685e4fa8e7ed",
      "new_mode": 33188,
      "new_path": "lib/Target/PowerPC/PPCBranchCoalescing.cpp"
    },
    {
      "type": "modify",
      "old_id": "15cc1c76760627379bdb3633a4f6907552c52dae",
      "old_mode": 33188,
      "old_path": "lib/Target/PowerPC/PPCInstrInfo.cpp",
      "new_id": "fcc38e233b280a78b5da30feb9dfad69c2025f0b",
      "new_mode": 33188,
      "new_path": "lib/Target/PowerPC/PPCInstrInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "c6fcea7c9564d020aa09e1da3abef6b92fe6035f",
      "old_mode": 33188,
      "old_path": "lib/Target/PowerPC/PPCMIPeephole.cpp",
      "new_id": "05eb7563893da80092621d013fd4d680ed927cea",
      "new_mode": 33188,
      "new_path": "lib/Target/PowerPC/PPCMIPeephole.cpp"
    },
    {
      "type": "modify",
      "old_id": "10394166ddf4672a520dd708ff83bd352893ed66",
      "old_mode": 33188,
      "old_path": "lib/Target/PowerPC/PPCQPXLoadSplat.cpp",
      "new_id": "544c7f2aeef7ef866375de550ec8ce6366d4059f",
      "new_mode": 33188,
      "new_path": "lib/Target/PowerPC/PPCQPXLoadSplat.cpp"
    },
    {
      "type": "modify",
      "old_id": "4d001c0210ddc0955ac0f0f11f5bff9e793c4ac1",
      "old_mode": 33188,
      "old_path": "lib/Target/PowerPC/PPCVSXFMAMutate.cpp",
      "new_id": "422bb7ba3059068b076805f9897892bc8c65f6e9",
      "new_mode": 33188,
      "new_path": "lib/Target/PowerPC/PPCVSXFMAMutate.cpp"
    },
    {
      "type": "modify",
      "old_id": "8009341eab7d93fc69f17583e3fd037b7d4dbb17",
      "old_mode": 33188,
      "old_path": "lib/Target/SystemZ/SystemZElimCompare.cpp",
      "new_id": "ca82740d3e87ae7cf56d70c350f968369cd3f723",
      "new_mode": 33188,
      "new_path": "lib/Target/SystemZ/SystemZElimCompare.cpp"
    },
    {
      "type": "modify",
      "old_id": "13856486b1454aca3d2afcffb2d32a20c6894be8",
      "old_mode": 33188,
      "old_path": "lib/Target/X86/README-X86-64.txt",
      "new_id": "a3ea4595ac1e2eb011fb61cf812ad4ea2c213fa6",
      "new_mode": 33188,
      "new_path": "lib/Target/X86/README-X86-64.txt"
    },
    {
      "type": "modify",
      "old_id": "2e39cb0d797991710923121046578d21e833c227",
      "old_mode": 33188,
      "old_path": "lib/Target/X86/X86FixupBWInsts.cpp",
      "new_id": "2f7dd5804fe2b2fbda1e6230eb4e6d64d41d0774",
      "new_mode": 33188,
      "new_path": "lib/Target/X86/X86FixupBWInsts.cpp"
    },
    {
      "type": "modify",
      "old_id": "96f19d35815e32f425e957dc67a29aed3a245fe1",
      "old_mode": 33188,
      "old_path": "lib/Target/X86/X86InstrInfo.cpp",
      "new_id": "8eeb571231e0511e707f068ceef66f36bdc8e43a",
      "new_mode": 33188,
      "new_path": "lib/Target/X86/X86InstrInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "5999591d181490e1e639e543b63040b541819f8a",
      "old_mode": 33188,
      "old_path": "lib/Target/X86/X86VZeroUpper.cpp",
      "new_id": "0b67e819a643dbe2d65442eb378d94df541d815e",
      "new_mode": 33188,
      "new_path": "lib/Target/X86/X86VZeroUpper.cpp"
    },
    {
      "type": "modify",
      "old_id": "aa81c3aff89714e77d2d09fec210aae24cec1a97",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll",
      "new_id": "72069f0e62e6114c92de5b810e123c83c7059bdf",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll"
    },
    {
      "type": "modify",
      "old_id": "7d0c9a37d17b16fa987e4511ec94268f8f77dd2c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/GlobalISel/verify-regbankselected.mir",
      "new_id": "94a9134072a33e527adb3b86032166c810b1ef1f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/GlobalISel/verify-regbankselected.mir"
    },
    {
      "type": "modify",
      "old_id": "a182cf53173409d57f06beb8f53c35a1bf89be77",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/GlobalISel/verify-selected.mir",
      "new_id": "772233ec10381fbcd88eddcac12a7de76a0c85bb",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/GlobalISel/verify-selected.mir"
    },
    {
      "type": "modify",
      "old_id": "3ad9442b67424565be390acce5ecd365a65014eb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll",
      "new_id": "55f6c01cbd9f304b21a3c0af113aafb0e2001104",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll"
    },
    {
      "type": "modify",
      "old_id": "a21b6f2b0d97ba891ac8eb1dc0d3b6e710059627",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-2012-05-22-LdStOptBug.ll",
      "new_id": "bd0028c74528c649c5fdb20f06d8e296efa7298b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-2012-05-22-LdStOptBug.ll"
    },
    {
      "type": "modify",
      "old_id": "b0059193d341f6b4c0d90f49ee1e833c62426d7a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-csldst-mmo.ll",
      "new_id": "c69779add59bb77e24bab3217d5446537d36b190",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-csldst-mmo.ll"
    },
    {
      "type": "modify",
      "old_id": "03d05429308c8f8cc055c278736cc4910261a1dd",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-dead-register-def-bug.ll",
      "new_id": "d43efa7ee794f3b483a4c4175c91bfba3beeb54a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-dead-register-def-bug.ll"
    },
    {
      "type": "modify",
      "old_id": "58f414432ac174aad2439918c98fc4953c5f1424",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-fast-isel-rem.ll",
      "new_id": "c26bfa8bcfebbe0142c42ecc03ba0ccb0bf90eb5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-fast-isel-rem.ll"
    },
    {
      "type": "modify",
      "old_id": "370db233fcb57db834d0bbca133aeaeb3ad13783",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-ldp-cluster.ll",
      "new_id": "75b02b9d91341c6a9413b77a8c71b650cca3639f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-ldp-cluster.ll"
    },
    {
      "type": "modify",
      "old_id": "b4e07fe76c111c98b3dd0e2fece0eb0b959c3b08",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-misched-forwarding-A53.ll",
      "new_id": "bbb699bbb46862e0d3f77309e96f03b95cf3b94c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-misched-forwarding-A53.ll"
    },
    {
      "type": "modify",
      "old_id": "8c81cf43e684a4efafc73a834d832b0346e6e688",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-misched-memdep-bug.ll",
      "new_id": "36de403a0c8ffbb9f492e0c3f031ebb7ab02252d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-misched-memdep-bug.ll"
    },
    {
      "type": "modify",
      "old_id": "9d92f96a208191178525cdadf59750e289de4866",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/arm64-misched-multimmo.ll",
      "new_id": "bdd4f49d17404ca5e621b86a343f60b24ea5a47b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/arm64-misched-multimmo.ll"
    },
    {
      "type": "modify",
      "old_id": "001e7755829cc281a2db778ceb2d126093ca1e5d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/loh.mir",
      "new_id": "1e42ecfd599726b3b219d349b3f02e8d033c2efb",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/loh.mir"
    },
    {
      "type": "modify",
      "old_id": "ed0955ccf480064f085533cb900a4cdd59f1c781",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/machine-copy-prop.ll",
      "new_id": "2ac87f0004849f58c993f90416a55542be7f9060",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/machine-copy-prop.ll"
    },
    {
      "type": "modify",
      "old_id": "1f97fe1360c78f3b666ccb9f7d5cf2b1d1cc7663",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/scheduledag-constreg.mir",
      "new_id": "013f59f52a9c73f6de7bd1b26d58378ba60ecffa",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/scheduledag-constreg.mir"
    },
    {
      "type": "modify",
      "old_id": "cb42fcced8dbb78b44d0212dc1fe49b353a0fac3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AArch64/tailcall_misched_graph.ll",
      "new_id": "860853a067550e4784915a19c54a904ccc98fcce",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AArch64/tailcall_misched_graph.ll"
    },
    {
      "type": "modify",
      "old_id": "d0917e29495adbe120855b7388f6383148b6cae4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/llvm.dbg.value.ll",
      "new_id": "ace859c9575273e3519a773b933f75402fd62c28",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/llvm.dbg.value.ll"
    },
    {
      "type": "modify",
      "old_id": "9d798a50c08f62eaaaac68af790ebff06752ecac",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/schedule-regpressure.mir",
      "new_id": "afc2fab08f8709f7aaa81abaf12f0b9583671788",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/schedule-regpressure.mir"
    },
    {
      "type": "modify",
      "old_id": "130221d38c23524e3f1538f4942d17f8dc55ff3e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll",
      "new_id": "c0b94134bec9d9e372862e10ccf21bb260a1304c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll"
    },
    {
      "type": "modify",
      "old_id": "5e71eeb9c3d11583eac3ac28523d57f26f835881",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/2011-11-14-EarlyClobber.ll",
      "new_id": "bf8ddf46d58b8b454dce4b43d272ce3e9d9802d6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/2011-11-14-EarlyClobber.ll"
    },
    {
      "type": "modify",
      "old_id": "bb6f83c12fa5438a536c87947f993cc2707ea4cf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll",
      "new_id": "7a582b16ec9a06ac6b3bdcb29c0c68063d3457dc",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll"
    },
    {
      "type": "modify",
      "old_id": "1eb2797ca2e31e12d6ac32e55123f97430e1fa04",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/Windows/vla-cpsr.ll",
      "new_id": "39527425a7645294fb0117d20e69ac6c9891047e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/Windows/vla-cpsr.ll"
    },
    {
      "type": "modify",
      "old_id": "31d6079db7101199316efceeaf3ca41289b7bde0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/crash-greedy.ll",
      "new_id": "5320a163c0b8dace2a394896d6b23947cc37c352",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/crash-greedy.ll"
    },
    {
      "type": "modify",
      "old_id": "77a3f5c0961f1ed1e0d3e8af94ac64b9e907ae99",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/ifcvt-dead-def.ll",
      "new_id": "fedbcfb09ebd813440c7b6715bf9e88c1ff69900",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/ifcvt-dead-def.ll"
    },
    {
      "type": "modify",
      "old_id": "ae0b127a6f8e7b8e76109ac8d56cad51c3378670",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/misched-copy-arm.ll",
      "new_id": "dbed4650c3923f537dba1e03c22ee742a37e6c43",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/misched-copy-arm.ll"
    },
    {
      "type": "modify",
      "old_id": "4048f1122d1fcd623e7d81214dd0b6324dbfa875",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/misched-int-basic-thumb2.mir",
      "new_id": "6f813d4f860caf93cf4458687c91759b25ec1d98",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/misched-int-basic-thumb2.mir"
    },
    {
      "type": "modify",
      "old_id": "0cad54d975e15d5ff363bea3254e11e72ee02e72",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/misched-int-basic.mir",
      "new_id": "9641348792aede5dac321700d08bc56493d66bff",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/misched-int-basic.mir"
    },
    {
      "type": "modify",
      "old_id": "d88a57dccca05d3c720b0e5e2438bb9634794ec8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/sched-it-debug-nodes.mir",
      "new_id": "c09c2db7ef70c31f1e7d517cd70d152aaf76ee16",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/sched-it-debug-nodes.mir"
    },
    {
      "type": "modify",
      "old_id": "b9857a18299a1b73f5687b14c489f5fa2fdba492",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/single-issue-r52.mir",
      "new_id": "379f93384a234e597fb1c9504d581cbba4434941",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/single-issue-r52.mir"
    },
    {
      "type": "modify",
      "old_id": "616ab1ef7cd1835cfdf21b129010c038a8217498",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/subreg-remat.ll",
      "new_id": "64d79413413f82d39a23c10b9c8bd358da1216bd",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/subreg-remat.ll"
    },
    {
      "type": "modify",
      "old_id": "2056be4f008894deabf084d715cb0134de416a11",
      "old_mode": 33188,
      "old_path": "test/CodeGen/ARM/vldm-liveness.mir",
      "new_id": "c06342c687dd62eebfdbadd6d0aa33a88b9c37ac",
      "new_mode": 33188,
      "new_path": "test/CodeGen/ARM/vldm-liveness.mir"
    },
    {
      "type": "modify",
      "old_id": "5c247f6e8e6c1c0f80cf8749baff5b7cbf6b7aab",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AVR/select-must-add-unconditional-jump.ll",
      "new_id": "a0116d6f8a6ef784694317268422111d6dd16a31",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AVR/select-must-add-unconditional-jump.ll"
    },
    {
      "type": "modify",
      "old_id": "c685a0c274037c96dfb9ed59dda8f4a58d776ac5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/Hexagon/branch-folder-hoist-kills.mir",
      "new_id": "8dbc7d904c1604e6a684644324aa61295f88f04c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/Hexagon/branch-folder-hoist-kills.mir"
    },
    {
      "type": "modify",
      "old_id": "688a71352cd0a7d28a29299036e3f5d6e448d430",
      "old_mode": 33188,
      "old_path": "test/CodeGen/Hexagon/post-inc-aa-metadata.ll",
      "new_id": "9357aa7d5a8a5d018c4b7cce6ec6ac822798f0f0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/Hexagon/post-inc-aa-metadata.ll"
    },
    {
      "type": "modify",
      "old_id": "6279a2ea6a75dbb1136542b0951a81dae4d8d93a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/Lanai/lanai-misched-trivial-disjoint.ll",
      "new_id": "2ff11e650453c7c5ee9524e76c38c3c683b5df69",
      "new_mode": 33188,
      "new_path": "test/CodeGen/Lanai/lanai-misched-trivial-disjoint.ll"
    },
    {
      "type": "modify",
      "old_id": "048696657978999048c795137fc92971090c05ff",
      "old_mode": 33188,
      "old_path": "test/CodeGen/PowerPC/byval-agg-info.ll",
      "new_id": "141edb579671baa9b4bc37f13f183770f17770fe",
      "new_mode": 33188,
      "new_path": "test/CodeGen/PowerPC/byval-agg-info.ll"
    },
    {
      "type": "modify",
      "old_id": "4ca75a7e365694f812e76c84f15df0baf1c021bb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll",
      "new_id": "c9c9f6a8958fbb125f5aa67210c5d730968475b2",
      "new_mode": 33188,
      "new_path": "test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll"
    },
    {
      "type": "modify",
      "old_id": "e9681071bf2a1a1be1b6baa9e825181e4887f87d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/PowerPC/quadint-return.ll",
      "new_id": "b8d982cd3665139f8a1c7468b1039cb573e59702",
      "new_mode": 33188,
      "new_path": "test/CodeGen/PowerPC/quadint-return.ll"
    },
    {
      "type": "modify",
      "old_id": "288d0b83863269bbcf350657c134e1b3819cf28c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/SystemZ/pr32505.ll",
      "new_id": "c164592b509c45ad4eda40bb72c4efa580e552eb",
      "new_mode": 33188,
      "new_path": "test/CodeGen/SystemZ/pr32505.ll"
    },
    {
      "type": "modify",
      "old_id": "2af8b3cce6f3b0739bd7ba8d9c761ffa5da92357",
      "old_mode": 33188,
      "old_path": "test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir",
      "new_id": "8bf2b5575e8dc2729ad83c1b21dec1c75c0de193",
      "new_mode": 33188,
      "new_path": "test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir"
    },
    {
      "type": "modify",
      "old_id": "24a995a1153897a8c75e9af4677172677c4f920d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll",
      "new_id": "f68908728f7499eb26b4e4d6bebb164847180681",
      "new_mode": 33188,
      "new_path": "test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll"
    },
    {
      "type": "modify",
      "old_id": "193f8cfcd52bcca7bbb41dea769f6e14eb559bec",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll",
      "new_id": "11ac376a8932026b98eb6e42f333e58b4d5f888f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll"
    },
    {
      "type": "modify",
      "old_id": "6fe31b6d1672828a53f243e9bd14682bb5eac133",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll",
      "new_id": "19182ab2cb55de0cf6b5a0300ac2bf3d43602e97",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll"
    },
    {
      "type": "modify",
      "old_id": "3dfc8cdbbb890daa062d6870b096448a9cb1ab34",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/2010-04-08-CoalescerBug.ll",
      "new_id": "c3dfbfc15ecd73cc1e27b3ea8a59d3b82249289b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/2010-04-08-CoalescerBug.ll"
    },
    {
      "type": "modify",
      "old_id": "c564b72e39748fe34c1fe079d0d533393d8381d8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/2010-05-12-FastAllocKills.ll",
      "new_id": "39031806a9a01457d26d870b050b2781b2dfcd57",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/2010-05-12-FastAllocKills.ll"
    },
    {
      "type": "modify",
      "old_id": "3ed6103d07b05140ce3b2156e41251d047689ccf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/GlobalISel/add-scalar.ll",
      "new_id": "0ef7c956d4934470cba9bcdd9d6b217336595920",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/GlobalISel/add-scalar.ll"
    },
    {
      "type": "modify",
      "old_id": "ab9a2253a4e4affba362a72014970b63f33c4775",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/GlobalISel/ext-x86-64.ll",
      "new_id": "6b93a2b9de230ae3cd6346f0f435d036fe5ab701",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/GlobalISel/ext-x86-64.ll"
    },
    {
      "type": "modify",
      "old_id": "3fb4979d2cf132d9d9026b6c4f44b38dfea663ed",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/GlobalISel/ext.ll",
      "new_id": "51cee2b51d38c9d35a8ff303161d7ee9963825d1",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/GlobalISel/ext.ll"
    },
    {
      "type": "modify",
      "old_id": "fd30f8b782e6c43563725720045f1a3817c5b649",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/GlobalISel/gep.ll",
      "new_id": "97a986e27d232b69930b612fa95f361c661b7d82",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/GlobalISel/gep.ll"
    },
    {
      "type": "modify",
      "old_id": "08a4636a7b18e79fab532138dfb6f9b4cdbeda25",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/GlobalISel/x86_64-fallback.ll",
      "new_id": "f4d359a2065131994b248d26f42f1500e2259874",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/GlobalISel/x86_64-fallback.ll"
    },
    {
      "type": "modify",
      "old_id": "39dfe7b94b3aab1b335fe922486396de37909fd2",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/add-sub-nsw-nuw.ll",
      "new_id": "703860de944dd6fbd08dc8785cdd98d92141a42a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/add-sub-nsw-nuw.ll"
    },
    {
      "type": "modify",
      "old_id": "5a8e6c3750577cc23db861c5f2feda04096ed8a0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/add.ll",
      "new_id": "3511bae6a617bc1c1ceb5e6c2473a173634abe3a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/add.ll"
    },
    {
      "type": "modify",
      "old_id": "8ca9fb3120b96154aaedd495fa824785689d5ec9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/addcarry.ll",
      "new_id": "2d76c62bbd01996074425c6c34fd22a8a29081d7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/addcarry.ll"
    },
    {
      "type": "modify",
      "old_id": "4baea69af9c6ded7c0a72f233375b067a983b6a9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/anyext.ll",
      "new_id": "f0b514343b507b22fa457b9caa5136d639605e68",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/anyext.ll"
    },
    {
      "type": "modify",
      "old_id": "df4b00ddbe8ff85d31e82f1bc37c1688bec34d94",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/atomic-eflags-reuse.ll",
      "new_id": "fc2b5671e821b2b845e0e5aa0dddb053df43f2d6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/atomic-eflags-reuse.ll"
    },
    {
      "type": "modify",
      "old_id": "2f332592506f96d458942cb14e974177a7ac6c26",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx-cast.ll",
      "new_id": "09bbb564ea8520f161fd00a555ae0345ade8842f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx-cast.ll"
    },
    {
      "type": "modify",
      "old_id": "637101a2c77e0f6a8b2a4c133d5284eb04aa2415",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx-cmp.ll",
      "new_id": "968d8e360ecf52bf96b4f6515c1b7b3364c4cd37",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "9658c8e5ae3b2b18e2f44500a79fb913d3572a59",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx-intrinsics-fast-isel.ll",
      "new_id": "297922809ea7eb39b001adeb7c4bc15ed2811566",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx-intrinsics-fast-isel.ll"
    },
    {
      "type": "modify",
      "old_id": "e9b568316f635aa73c3cdbeebf1400578bfcdd87",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll",
      "new_id": "70358cdaf9e287c03000154b245a7ce4cce55afa",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "6ae43d93e64ac751b916311c94d741e68a3f5386",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx-vinsertf128.ll",
      "new_id": "13b47c3d650fea23a4031f7cc2c7dcd850c7caa3",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx-vinsertf128.ll"
    },
    {
      "type": "modify",
      "old_id": "4b077221c14ddb0b54d51f1a87a98cbcd6ac82bd",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx-vzeroupper.ll",
      "new_id": "e69a2905b0b6d5dffe7e105d5c868945c206287b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx-vzeroupper.ll"
    },
    {
      "type": "modify",
      "old_id": "cafb3e695589347a1dbacc5f5a4a689723c6c1cd",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx2-conversions.ll",
      "new_id": "1fee5ed56cb9b2d201d0022a1f5d9e690d8aab72",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx2-conversions.ll"
    },
    {
      "type": "modify",
      "old_id": "1114b56268fdf41b49afab3a05b081a0b34c3f2d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx2-intrinsics-fast-isel.ll",
      "new_id": "e0baf8408d031cffef02a65d0a33f1706d9e8b34",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx2-intrinsics-fast-isel.ll"
    },
    {
      "type": "modify",
      "old_id": "7b1a3978bcbbd5ac74d4841a8d6a185bee0ab1ae",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx2-shift.ll",
      "new_id": "022c9f458db1f09d69defc021d69015647a21928",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx2-shift.ll"
    },
    {
      "type": "modify",
      "old_id": "8f0f3777fc800de35e70299e4ca2167e4ba32da8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx2-vector-shifts.ll",
      "new_id": "289a3af3f088bdfd1d2fd370407d6b0ab6fc283a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx2-vector-shifts.ll"
    },
    {
      "type": "modify",
      "old_id": "6862280fa9dff272766d36d9a9294b8e391578a7",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-arith.ll",
      "new_id": "766238f3280158b34b4d78c5425271779fd12930",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-arith.ll"
    },
    {
      "type": "modify",
      "old_id": "9751a84b9278fb887b3271302f60d8a18857352a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-build-vector.ll",
      "new_id": "c7664b61a3360ce634c28018c039ac830db0c836",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-build-vector.ll"
    },
    {
      "type": "modify",
      "old_id": "32b243d2ebad89f78e694050519af5f796d474a4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-calling-conv.ll",
      "new_id": "6e6d61f37d2ed1247a831db630c4ac0d6ab0f720",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-calling-conv.ll"
    },
    {
      "type": "modify",
      "old_id": "fd4c5d0cbd9fa4202e9260f3e821caef68dbf340",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-cmp-kor-sequence.ll",
      "new_id": "29b9afecbe5a565caa21bf043f6e08a164edde5b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-cmp-kor-sequence.ll"
    },
    {
      "type": "modify",
      "old_id": "54342a10b95bba2e5e462f2c9c6e04b14d76b20d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-cvt.ll",
      "new_id": "e88ec9d7b159f31a0878faef886bc2e8d054c83f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-cvt.ll"
    },
    {
      "type": "modify",
      "old_id": "ab7eff399f046958c44cfcc6ecfc0788161ce2ae",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-ext.ll",
      "new_id": "97beff63811a32ee4261ef3dd215238e357c623b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-ext.ll"
    },
    {
      "type": "modify",
      "old_id": "6eedb5a5e9db3eac33ab92bf988910c0fa23152c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-extract-subvector.ll",
      "new_id": "d0b6369556e0e35f31a04cee61aebeac433e5fa9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-extract-subvector.ll"
    },
    {
      "type": "modify",
      "old_id": "255ac8a81f350d3816b31048d6168ab1e25f4596",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-hadd-hsub.ll",
      "new_id": "d5bd7622a18ef7039cc8f8c96c98ee23ee1a6334",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-hadd-hsub.ll"
    },
    {
      "type": "modify",
      "old_id": "9d12697acf1ef93669f58cc6915ef2834cc34fe3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-insert-extract.ll",
      "new_id": "39d93e70dd15eddb4d6df651cb1cd17b1d0e9a19",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-insert-extract.ll"
    },
    {
      "type": "modify",
      "old_id": "f088626d2f1cb9e57caf3977ecabd31469e8929b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-insert-extract_i1.ll",
      "new_id": "e28e384ae996f1af32d0e910e425f916b48e4d19",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-insert-extract_i1.ll"
    },
    {
      "type": "modify",
      "old_id": "95fe89672c609a3e6868ac7d14d3a5852444e293",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-intrinsics-upgrade.ll",
      "new_id": "9deb87c4de13a7b7ccc2768102dbff1b2fd13161",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-intrinsics-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "bf0f6e788170c667cc6e40adbf229c79c338f58e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-intrinsics.ll",
      "new_id": "35a502b2482a8340b6c86363530cd248320da7b0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-intrinsics.ll"
    },
    {
      "type": "modify",
      "old_id": "6feeb74e67ca1c6f8d7ca6bc6bc45b53ae2ace8c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-mask-op.ll",
      "new_id": "01446017671531ceb3c788918515c10e86a3cc5a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-mask-op.ll"
    },
    {
      "type": "modify",
      "old_id": "80941181995989dc03331c8f520ac08ef2ef2621",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-memfold.ll",
      "new_id": "02c51316f2e1bcaa783478fe9a24f3096626cc9e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-memfold.ll"
    },
    {
      "type": "modify",
      "old_id": "d02d6a69f696fd8964acc096a3c3b494eb3263bd",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-regcall-Mask.ll",
      "new_id": "3bd69ef77fa37648862a6af1b5694042cd5bf14d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-regcall-Mask.ll"
    },
    {
      "type": "modify",
      "old_id": "b8d6be37d9281b32b49e7af851ede20057cd7c56",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-regcall-NoMask.ll",
      "new_id": "9096720f172d5323153793eeadb1454d517b1bd7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-regcall-NoMask.ll"
    },
    {
      "type": "modify",
      "old_id": "589bf6c86a5527de897907aba76b9a16b76839af",
      "old_mode": 33261,
      "old_path": "test/CodeGen/X86/avx512-schedule.ll",
      "new_id": "2f9f631c7e12bde7671b46e8a02c1e5ccbed3684",
      "new_mode": 33261,
      "new_path": "test/CodeGen/X86/avx512-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "c05601a263dd82e399728a5c4580ce034c235940",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-select.ll",
      "new_id": "6491863d939ac3ba595e17012a35406c3ecce217",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-select.ll"
    },
    {
      "type": "modify",
      "old_id": "cbc601b71da470849b92b5c478a974caed2f4cf9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-shift.ll",
      "new_id": "eb424a8d935a85fd92a7acbbc9b4e886348c0048",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-shift.ll"
    },
    {
      "type": "modify",
      "old_id": "0f0781940237ab757b27e849c5620a71f3ec9786",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-shuffles/partial_permute.ll",
      "new_id": "df88f0fca4560b729063be344cbf8912e4de17f9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-shuffles/partial_permute.ll"
    },
    {
      "type": "modify",
      "old_id": "54970083844e607ef1bb62a18445b203d2fe2f25",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-trunc.ll",
      "new_id": "d40c899b495770d4cc107823488f68d2a631a0a5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-trunc.ll"
    },
    {
      "type": "modify",
      "old_id": "27c6fb88e01b30ca9da5326f79de8426bde7b41a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-vbroadcast.ll",
      "new_id": "09e7e646ca4a67dafdc1b2611c6dca4f1bad2bec",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-vbroadcast.ll"
    },
    {
      "type": "modify",
      "old_id": "8bec292283b8250cc69297d4318c3c74c425b372",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-vec-cmp.ll",
      "new_id": "9c25ba6c5b6aa33328a92c5e2189b9b98b2dfc4a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-vec-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "a0b296caf39f70ade2de79e564cbed612eb31298",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512-vec3-crash.ll",
      "new_id": "562ac1fe36920bd5b6058c81ddd1ce285ab6e4f0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512-vec3-crash.ll"
    },
    {
      "type": "modify",
      "old_id": "28031820a8e5e5fdfd686e3348f6a93c6a79fde2",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll",
      "new_id": "57271593bd0478b95b31ec04aefd4574a11efd1a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "82a3f6310f524fd70664e974b75d82a870114840",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512bw-mov.ll",
      "new_id": "e2c27910f09e960fe0c9ca3275a39cb898b1035f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512bw-mov.ll"
    },
    {
      "type": "modify",
      "old_id": "06b97cf6a4111d6e52359b5e8c06fcc464efcf37",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll",
      "new_id": "4e343eef6fadbd2e3a64d0b6315ba379d904b29f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "45b01da8378dba177d88d9c8dcc28601e24595af",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512bwvl-intrinsics.ll",
      "new_id": "64ad66e336b54e3543aee278dbeefb80ba45c357",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512bwvl-intrinsics.ll"
    },
    {
      "type": "modify",
      "old_id": "190d58d84b19fef80423af7b3929b41b4cedda25",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512bwvl-vec-test-testn.ll",
      "new_id": "fba2b5f0793932671b5e2264ea03650fd081e8f7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512bwvl-vec-test-testn.ll"
    },
    {
      "type": "modify",
      "old_id": "ba75a351130562f95dd5fe7e75c0c2eb862443ec",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll",
      "new_id": "60ee8f783c2c07384f3e331dac3f95f63fe23163",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "56aee74faaa280f1872aaaf9afd72fed7f5e3f3b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512dq-intrinsics.ll",
      "new_id": "e0e7b2374477af1b2f323246bbc36cbe713f0ea1",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512dq-intrinsics.ll"
    },
    {
      "type": "modify",
      "old_id": "2a56532dd9dd9d932e3d42000383163f5b6bc283",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512dq-mask-op.ll",
      "new_id": "8f7938f6a467d5a0113a34981b6686d3b174c266",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512dq-mask-op.ll"
    },
    {
      "type": "modify",
      "old_id": "78fd5d57e403e501bab8d8b98491ba1f297ef8ae",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll",
      "new_id": "3a1bce05e6788da197b4a873d3b836fe2ad3fe4b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "71e8fb67568e4cd6ea2a37be9daa62d7aa3e282e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512dqvl-intrinsics.ll",
      "new_id": "f201599c4aa98967d1be7acd89d90a2c4dddfd06",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512dqvl-intrinsics.ll"
    },
    {
      "type": "modify",
      "old_id": "07dc9b8116b79250996c1cf169215c4f34a8a162",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512f-vec-test-testn.ll",
      "new_id": "731f5ffa2cad5080998b0d8ae89ea2236257a93b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512f-vec-test-testn.ll"
    },
    {
      "type": "modify",
      "old_id": "6d8e019a0ee064caf946d00730cb5ee3b8f7e750",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll",
      "new_id": "073cf46e9fb65688f8d22fc232d588e8bb3f9866",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll"
    },
    {
      "type": "modify",
      "old_id": "2cd118832d390c87e7a2eaf2a13f91fb7fe81719",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512vl-intrinsics.ll",
      "new_id": "f635342218a55ba325aaab70c920beba83140d83",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512vl-intrinsics.ll"
    },
    {
      "type": "modify",
      "old_id": "036ab037b3b6dd1ed9fadacd1f89e426385c348a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512vl-vec-cmp.ll",
      "new_id": "8af9f73c84264b144908ec9e5adbce66dbf33444",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512vl-vec-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "7969a9ff1df35a1f887d6e35f97954013a5ab3b3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512vl-vec-masked-cmp.ll",
      "new_id": "7900812aae98eff91f7966f114f122ebbfa415b5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512vl-vec-masked-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "65f9d9fc3d5ff547b04798cb33cd53fa4a73feef",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/avx512vl-vec-test-testn.ll",
      "new_id": "89791abdeea48210c4dc20964e08e58edd3d5c6f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/avx512vl-vec-test-testn.ll"
    },
    {
      "type": "modify",
      "old_id": "d65c789a2d5ddad3269f1caf5d325972314cff33",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-and-setcc-128.ll",
      "new_id": "2276e5634537565bb4ed02302577c183e28ea677",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-and-setcc-128.ll"
    },
    {
      "type": "modify",
      "old_id": "9cb5750d2cb1ccd273d072030cdb1b11644acb5b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-and-setcc-256.ll",
      "new_id": "fdce65516e322bb3d6d1a04e860a991217802083",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-and-setcc-256.ll"
    },
    {
      "type": "modify",
      "old_id": "79ef2cc13a85789a33e0327b8df71c49cc05e662",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-and-setcc-512.ll",
      "new_id": "fa59c744d2e73b6555c3f6677e8885dbfa2ff894",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-and-setcc-512.ll"
    },
    {
      "type": "modify",
      "old_id": "92a4ebc80516fdfe26288625c00db69320d17263",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll",
      "new_id": "dcddb8e82642eef9253d3c493b43efcd332158ef",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll"
    },
    {
      "type": "modify",
      "old_id": "360ee6b15bedd01ec2e879de6f04e0d5a2b8c2a5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll",
      "new_id": "f88b540323cb11172de52f3abc878e44e8b0a6ad",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll"
    },
    {
      "type": "modify",
      "old_id": "508939495448ef2f85dd69d86c9efff13358430c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-int-to-vector-bool.ll",
      "new_id": "6d9f832d861f7faf64fcebf098d0b2f1b93745c7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-int-to-vector-bool.ll"
    },
    {
      "type": "modify",
      "old_id": "42383e6b9fe67cde7fff5e1de72801ed6be9a251",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-int-to-vector.ll",
      "new_id": "64fcf3d4944ab6b68c818e776af6918ffd3523ed",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-int-to-vector.ll"
    },
    {
      "type": "modify",
      "old_id": "4cd311378392efe90ec848ba4e14de6c88f0446b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-setcc-128.ll",
      "new_id": "7d0381837b70c98a7e94a62ed9b28ef86d5558e7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-setcc-128.ll"
    },
    {
      "type": "modify",
      "old_id": "a0a8a2e3ad7ac3840c8717046617325bcc3a2215",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-setcc-256.ll",
      "new_id": "48e28c9d26ca4c88e4205419467fda846116c589",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-setcc-256.ll"
    },
    {
      "type": "modify",
      "old_id": "7779fa00e5fa7f064e9bbcd2b77879ee1891365b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitcast-setcc-512.ll",
      "new_id": "371aef00c8d025094e96bc6c4c175fd6f32c2132",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitcast-setcc-512.ll"
    },
    {
      "type": "modify",
      "old_id": "ffb93b4453c29fffb3bc9534b281e435e99b4c61",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bitreverse.ll",
      "new_id": "a393db30c9f22546f585805eccb055367dd7838c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bitreverse.ll"
    },
    {
      "type": "modify",
      "old_id": "58ed1dc85652220e7e429b449517cb2b5acfa1c8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bmi-schedule.ll",
      "new_id": "59817ad504a07f6b9cdb5b45d31c153ea7dcc382",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bmi-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "66c76131ba6723ae68f0a9382ac9de8fc1961fa8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bmi.ll",
      "new_id": "b855b89183b0ea25a827bc38b40c80542906b7a0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bmi.ll"
    },
    {
      "type": "modify",
      "old_id": "fbd39d27d899c566538a67162278cc95781a22af",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bool-simplify.ll",
      "new_id": "87929ad3325834369d36ea4bc5d7077e7e1edd68",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bool-simplify.ll"
    },
    {
      "type": "modify",
      "old_id": "7a4af821de5aafaafcc228d33ec8e36703a1fab8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bool-vector.ll",
      "new_id": "ec9e42fceceba514f6c47feef03db75046358e36",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bool-vector.ll"
    },
    {
      "type": "modify",
      "old_id": "af1a7bf33fa6f4c816464670d52b9a31e80903e0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/broadcastm-lowering.ll",
      "new_id": "8548d8b7677d202f9ec9baa0676dde6e969dacf6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/broadcastm-lowering.ll"
    },
    {
      "type": "modify",
      "old_id": "6677ccfbaf847370d57f9147cda51c7c1526b345",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bypass-slow-division-32.ll",
      "new_id": "a3a07519b3ea6b17ffc50aae603ecf0615b5c894",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bypass-slow-division-32.ll"
    },
    {
      "type": "modify",
      "old_id": "33789c93bccf13bb88b1d7f0d675acebe4cca481",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/bypass-slow-division-64.ll",
      "new_id": "cf5cd70ac4fce07008973d36f65a540f8cdba122",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/bypass-slow-division-64.ll"
    },
    {
      "type": "modify",
      "old_id": "5f58e79a94eb04d296a71bf37bfef83c157bad03",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/clz.ll",
      "new_id": "bd63a8006e51592f7009f4fa98964f202ba749e7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/clz.ll"
    },
    {
      "type": "modify",
      "old_id": "4c1b2bcb162ab57fdea9480c57b0cc9ccaf5b71a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/cmov-into-branch.ll",
      "new_id": "c18a9ca7459c4195e1d2ec838c7747683eeb140b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/cmov-into-branch.ll"
    },
    {
      "type": "modify",
      "old_id": "1021a5b57160af3b62330637b3b2aa41c37b3765",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/cmov-promotion.ll",
      "new_id": "8e34b62eadbdae128159e5fffceb6b87177b2f15",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/cmov-promotion.ll"
    },
    {
      "type": "modify",
      "old_id": "0495b74c96288f773b694efd8a203d9ff76fbfdd",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/cmov.ll",
      "new_id": "e860a59806eba3727ff76930122bb7a3a1692715",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/cmov.ll"
    },
    {
      "type": "modify",
      "old_id": "3d0a60f1a31642cc9beb407d6e47046861a71005",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/cmovcmov.ll",
      "new_id": "98a7eb7db0f5f4335c88100a67150018bcd42ce2",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/cmovcmov.ll"
    },
    {
      "type": "modify",
      "old_id": "d97d11c669548ff41061b7b3a39cbf79924c738b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/coalescer-dce.ll",
      "new_id": "90a07720e65f94cb282b438e607c1a7f6636ce89",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/coalescer-dce.ll"
    },
    {
      "type": "modify",
      "old_id": "3ecec6ecfa09ee09811da4484141d727e9600fc8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/combine-abs.ll",
      "new_id": "dd8675380924c624751f849af55c62c2a1ce1389",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/combine-abs.ll"
    },
    {
      "type": "modify",
      "old_id": "4e90eccfc62efa18c040f16be2463cb6dc7cd2d0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/compress_expand.ll",
      "new_id": "14b41094109c3b575b3c975694f5cb8bca217746",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/compress_expand.ll"
    },
    {
      "type": "modify",
      "old_id": "39c713ef71b6e526e3a4dd77da96548f42f8fb89",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/critical-edge-split-2.ll",
      "new_id": "4ebfddf03161adb2e1f671adc1df4ed9a49be913",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/critical-edge-split-2.ll"
    },
    {
      "type": "modify",
      "old_id": "d09f46c164e8c2a3b01b06b37cf6824b5b96e4f7",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/ctpop-combine.ll",
      "new_id": "40dc6c464879ba5b470e3d9fa029a92e475812d0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/ctpop-combine.ll"
    },
    {
      "type": "modify",
      "old_id": "043dbcabcbf3077cae2a4f2a7f4dd15be8f7b6d9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/dagcombine-cse.ll",
      "new_id": "544407e184a4f5e5ddf1e16cc732bb4db2b0ef6f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/dagcombine-cse.ll"
    },
    {
      "type": "modify",
      "old_id": "3121f6b2cb05cd4b4894c7f5f205282487f37309",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/divide-by-constant.ll",
      "new_id": "f1322dd61454e302445dd1d9978d87e87a56b849",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/divide-by-constant.ll"
    },
    {
      "type": "modify",
      "old_id": "a43d3e517452e0984eae954d9f4e88077602bdfb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/divrem.ll",
      "new_id": "6648d34aa0ff9e3a8f4e0590e7eb62e2cf1e6b6a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/divrem.ll"
    },
    {
      "type": "modify",
      "old_id": "eaa22c1a77c2e6248f9df996064b42844667efb1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/divrem8_ext.ll",
      "new_id": "8b6590141e17034fec273d89e542be2fb1aeee26",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/divrem8_ext.ll"
    },
    {
      "type": "modify",
      "old_id": "3a8e3b356b04ce31b9341fa03113adcc0b12b541",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/extractelement-index.ll",
      "new_id": "4d24a15fe2e1f1f2e09dd2558fd319a541dcdd7e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/extractelement-index.ll"
    },
    {
      "type": "modify",
      "old_id": "3c4fc8c9baaf99dad1dc5f26b10d98605c8a8366",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/f16c-intrinsics-fast-isel.ll",
      "new_id": "47cd1ba95bc7ac0dbf6bc433d779a1ebebf91510",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/f16c-intrinsics-fast-isel.ll"
    },
    {
      "type": "modify",
      "old_id": "991ecfd5e992ecd3fd67aaab1b934a929b54e97e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/fast-isel-cmp.ll",
      "new_id": "355e6eb1b1e15f5217c988f006cafd225ee9cfc4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/fast-isel-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "a99a46dc40f5fd424ba364553010782bc227e2c3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/fast-isel-sext-zext.ll",
      "new_id": "92344a5c1a30a450e8681ee8cb86d8321aa24639",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/fast-isel-sext-zext.ll"
    },
    {
      "type": "modify",
      "old_id": "ff6858c2b79645d1e8cf3b63a19bddf355605e27",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/fast-isel-shift.ll",
      "new_id": "5d416e18260c5e669ed6f9e88f961341c02356d7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/fast-isel-shift.ll"
    },
    {
      "type": "modify",
      "old_id": "443fcf3f5045c1002fbaee22f6c2324bacac34a0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/fixup-bw-copy.ll",
      "new_id": "dead278bb0d3dbb755faaba0b310775819a882ca",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/fixup-bw-copy.ll"
    },
    {
      "type": "modify",
      "old_id": "6638934f71466f63f9c371bca6758f7782f5806d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/fixup-bw-inst.mir",
      "new_id": "cea483e1b9bc67e625bb80f1bd6ce37e60b69952",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/fixup-bw-inst.mir"
    },
    {
      "type": "modify",
      "old_id": "f558541416a0ade87833ec9150d7955704f0fdb7",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/gpr-to-mask.ll",
      "new_id": "ead07adb387728d76ae52f57ca25a3d3c20f66dd",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/gpr-to-mask.ll"
    },
    {
      "type": "modify",
      "old_id": "d36a04b8459f59649d1a0640763300e46dc24ce1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/half.ll",
      "new_id": "20db4a5e3889eef1371e51f6976c4611f22d4bcd",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/half.ll"
    },
    {
      "type": "modify",
      "old_id": "a152f6db54e8b7861cdd3fcfb605145dc78eeadb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/handle-move.ll",
      "new_id": "0a43ef3fc22d4a4ea98bd5b9e3e04f9f7a8cb845",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/handle-move.ll"
    },
    {
      "type": "modify",
      "old_id": "9e53aea03e990f4c4e99ea8a2c2b7648fa14d11b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/horizontal-reduce-smax.ll",
      "new_id": "a54e01d9af6770bf11c5af4f74bfcdb4eb872bf4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/horizontal-reduce-smax.ll"
    },
    {
      "type": "modify",
      "old_id": "e92dcc1072ee04268a4a643f0eb245eb74504729",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/horizontal-reduce-smin.ll",
      "new_id": "f03e745598e63059b69288266206859666cb0b41",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/horizontal-reduce-smin.ll"
    },
    {
      "type": "modify",
      "old_id": "84020e1bd6676c9f3448f5122872a91da13eea4d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/horizontal-reduce-umax.ll",
      "new_id": "52e623b82718ba4d0d0ff2946eec9642f673fa81",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/horizontal-reduce-umax.ll"
    },
    {
      "type": "modify",
      "old_id": "749fe7ee4a4c31c78e8b785f78037a070295904f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/horizontal-reduce-umin.ll",
      "new_id": "505663656a3ae85210e281672472668831996bc9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/horizontal-reduce-umin.ll"
    },
    {
      "type": "modify",
      "old_id": "32c3d8149eae04a3e26fad251394951a7f3c881e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/iabs.ll",
      "new_id": "95b0328ee7307da46c4c4d13cef2c22b4dd73578",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/iabs.ll"
    },
    {
      "type": "modify",
      "old_id": "84a59a65052ded2e7ea94994b00e94630969639f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/illegal-bitfield-loadstore.ll",
      "new_id": "0bd84bbcad1880be16a72ffdf42c54a61331e62a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/illegal-bitfield-loadstore.ll"
    },
    {
      "type": "modify",
      "old_id": "a3322aff20585f8bf3fcc4e7656f53a84546abda",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/imul.ll",
      "new_id": "ff7df4f6b130f2bef85c3e34ed7073a5a17beed1",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/imul.ll"
    },
    {
      "type": "modify",
      "old_id": "b07f830f9b1c887f0b5611b15d0022c91df194a8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/inline-asm-fpstack.ll",
      "new_id": "c66121e10c7823bd8624bbb6eac20dae2675ea03",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/inline-asm-fpstack.ll"
    },
    {
      "type": "modify",
      "old_id": "94d11adc3ce86cee59ea8bb44463bea5a0c6dd34",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/lea-3.ll",
      "new_id": "f32c782c8d7b0223a128cfb0479b4bdb7b62f254",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/lea-3.ll"
    },
    {
      "type": "modify",
      "old_id": "96e24a362ee6bbd1de1cbed0625e5597f8e67bdf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/lea-opt-cse3.ll",
      "new_id": "d0b5a281186f59fa6edfcef32558ca5c0a8cbd0c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/lea-opt-cse3.ll"
    },
    {
      "type": "modify",
      "old_id": "e1bc9af65ed2a22824764fece41cec4944309580",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/lea32-schedule.ll",
      "new_id": "f5654188546f17602e71b23c6ece7a1edec51c9c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/lea32-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "5301485353dbe728e8eb8ab2c0660ee1d86532d5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/liveness-local-regalloc.ll",
      "new_id": "2eb5cc580dafe5ecd51b10750b6092e23762c2d1",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/liveness-local-regalloc.ll"
    },
    {
      "type": "modify",
      "old_id": "e0a81d28a706a36485a351f4bfb06847b1f143e0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/loop-search.ll",
      "new_id": "88e9963e77fbba88a2c8e9d4f9a0470b32bbe0b4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/loop-search.ll"
    },
    {
      "type": "modify",
      "old_id": "64874bdee811504422a02ba2ab75961b3a1e6659",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/lzcnt-schedule.ll",
      "new_id": "b56bd555e78d6985c495d7e4e5a8ce47964c5851",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/lzcnt-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "6123bdfc0dbfabe8e6aea13784c3736fd48e6307",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/lzcnt-zext-cmp.ll",
      "new_id": "9a31a8da2dd9d50e711765bffc021a1ad154a02d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/lzcnt-zext-cmp.ll"
    },
    {
      "type": "modify",
      "old_id": "cbac8e31d9adc639b5e2f56a6d4f28f45808ec72",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/machine-cp.ll",
      "new_id": "b8b9b05c318486469faf6a4faf3fcdd17d3200e3",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/machine-cp.ll"
    },
    {
      "type": "modify",
      "old_id": "e5e9e6c11639a9a21382252d95e4a124dc444cb7",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/machine-cse.ll",
      "new_id": "0e332382c77b9a110c76ee72885f77d490c93df7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/machine-cse.ll"
    },
    {
      "type": "modify",
      "old_id": "d7bd9318e8e605b876e20e206c5b0db598969def",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/masked_gather_scatter.ll",
      "new_id": "4d03a7f1c0cfd6e28af52e96dc3e305a29995218",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/masked_gather_scatter.ll"
    },
    {
      "type": "modify",
      "old_id": "26f8255ce9764d788109dacf81496eb255cbfb3d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/masked_memop.ll",
      "new_id": "82f097e4e0f704fbdf3b822f9b1de1f2e3d65ea4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/masked_memop.ll"
    },
    {
      "type": "modify",
      "old_id": "fa1d6d8801c5b06fde201f7f165a20ccbbaeae42",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/misched-copy.ll",
      "new_id": "d43ec941b7017dae0de731336067addadfd60e12",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/misched-copy.ll"
    },
    {
      "type": "modify",
      "old_id": "b670d33b98d5adff50d22e5ded0604ceea0b4e7e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/movmsk.ll",
      "new_id": "d2ee19d97ffec0ab6151392bbf271e6c83cf6981",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/movmsk.ll"
    },
    {
      "type": "modify",
      "old_id": "cde94c9a095bfae3aa11c2379ee0830727fcb0f1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/mul-constant-i16.ll",
      "new_id": "2036eae670f65e940f3054df7df5c3fa1d4c2b32",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/mul-constant-i16.ll"
    },
    {
      "type": "modify",
      "old_id": "f862b175351d93012b73d4d590b7f8bd3a1a182f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/mul-constant-i32.ll",
      "new_id": "a09167d1229bc6d37363bee2dd79c7afbba7f0a0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/mul-constant-i32.ll"
    },
    {
      "type": "modify",
      "old_id": "0e7b877d43120ad8430282baffbccbd4277e785c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/mul-constant-result.ll",
      "new_id": "bec0ed990dc3020dd426ef6f999719bb3e6ea3d6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/mul-constant-result.ll"
    },
    {
      "type": "modify",
      "old_id": "2c1b0bba9dc66f4c5ec13d6f69c99d0c824fa46c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/negate-i1.ll",
      "new_id": "c9ca52b927587aa4a557c63d0abeb1f6b72a6ac3",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/negate-i1.ll"
    },
    {
      "type": "modify",
      "old_id": "66e5ca1e30c272eafa98902271896764ddd72a0d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/norex-subreg.ll",
      "new_id": "205fb4e00114d0d4d6fff773ff162a800078b9e1",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/norex-subreg.ll"
    },
    {
      "type": "modify",
      "old_id": "d06d824f3d43c971c96d799b1cd58444c2e65a75",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/oddshuffles.ll",
      "new_id": "df97973aecbd280348316f3dba70da26eab12cef",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/oddshuffles.ll"
    },
    {
      "type": "modify",
      "old_id": "ee1f6585eb78e99091898a5480b8a166b7aeadd6",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/or-lea.ll",
      "new_id": "9447ceb3c4f526f21d4fdc10740d1d7cfd08a73e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/or-lea.ll"
    },
    {
      "type": "modify",
      "old_id": "7839936c40ae0804c3a30bec7225455f0f294aaa",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/phys_subreg_coalesce-3.ll",
      "new_id": "507009683214b040356c4954d3e20caa5952a00d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/phys_subreg_coalesce-3.ll"
    },
    {
      "type": "modify",
      "old_id": "76b5b5087114e36a99e1631e6554c2a04c66ad59",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pmul.ll",
      "new_id": "f7d236ef8054b5b792be6244270456cf46083479",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pmul.ll"
    },
    {
      "type": "modify",
      "old_id": "b8a75dc6b2ba0c8e74bdb64495b937f6f0297edf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/popcnt-schedule.ll",
      "new_id": "704d4ac5ccbf2c5be1b62ab43f47ff883272711b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/popcnt-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "8f078fdcf0d74e8478728b49032bdde773ea1c14",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/popcnt.ll",
      "new_id": "d7622c8d0cabe7cf268bac417006ccb421b37831",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/popcnt.ll"
    },
    {
      "type": "modify",
      "old_id": "cd0d1f80fbb0a08980011ec3811258e713dc7a6b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr22970.ll",
      "new_id": "4daa8d926ec7b1ee9b331dec36715fe297c7df59",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr22970.ll"
    },
    {
      "type": "modify",
      "old_id": "ca455a129d3599b2e533b7d4dc1fbd344d8f622a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr28173.ll",
      "new_id": "f181217910ffa41e58a366f60a00fc45a274884c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr28173.ll"
    },
    {
      "type": "modify",
      "old_id": "bb95a59db82d27edb83511a71cac29798be3c7e0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr28560.ll",
      "new_id": "d9da9ac9e88363e9cd2e7c37281168a31d8f3093",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr28560.ll"
    },
    {
      "type": "modify",
      "old_id": "93da35d60bf36f6901445ad9ea3bdbda740da74b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr29061.ll",
      "new_id": "9c29429af7d8e02a52f6b087d50cee26def091a0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr29061.ll"
    },
    {
      "type": "modify",
      "old_id": "78dcb168e95c6c5627a0b57efeb65a3946fb98a8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr32282.ll",
      "new_id": "1c4d48db71187ae5301f65448f8d3c45e92c422b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr32282.ll"
    },
    {
      "type": "modify",
      "old_id": "bc7fe8c0047d120a1a1fa2fcc82497d266ed4f1f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr32329.ll",
      "new_id": "f6c3b5cf7993a78e4509a47761b38bf6049e0d9c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr32329.ll"
    },
    {
      "type": "modify",
      "old_id": "78f783418397d21c89466055009f023a67e304c1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr32345.ll",
      "new_id": "99666c994a34acdc57c5f484293f3a4365f5672c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr32345.ll"
    },
    {
      "type": "modify",
      "old_id": "d888c566c7f4c327528e5432d5b92ace379df2f0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/pr34653.ll",
      "new_id": "990cd9ac8b2701ff0af5ec9bf7c7e28aeb7da75a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/pr34653.ll"
    },
    {
      "type": "modify",
      "old_id": "5c6eb70b3ef3067c81ceb743f33a13a04cabaef3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/promote-vec3.ll",
      "new_id": "085e14ecb3b3d82fa49bd7e4b796ac31b507682f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/promote-vec3.ll"
    },
    {
      "type": "modify",
      "old_id": "6a38e564b7276ea8377ce6417c9b904db13fa0ba",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/psubus.ll",
      "new_id": "8642bc596f39b686e3b81dedadd1e016d13429e0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/psubus.ll"
    },
    {
      "type": "modify",
      "old_id": "58835c9a49590c34ede65a589e08cafa548f909e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/reduce-trunc-shl.ll",
      "new_id": "90fc2822de50b666ba163d024d73c3eeecf5bae9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/reduce-trunc-shl.ll"
    },
    {
      "type": "modify",
      "old_id": "e057aadb907e286060c96997623308635526987f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/remat-phys-dead.ll",
      "new_id": "90bbe20a883820c14f19a970c994684f7d3fad7c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/remat-phys-dead.ll"
    },
    {
      "type": "modify",
      "old_id": "447f021442dd1ca3e5f847cc4df67990a6d8b9cc",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/sar_fold64.ll",
      "new_id": "2c6229a0dec69be21e3030bd22501579778cdd1d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/sar_fold64.ll"
    },
    {
      "type": "modify",
      "old_id": "a157e25e251f3897a743694a4e36fa01b203a227",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/schedule-x86_64.ll",
      "new_id": "c37c6d2389ea84b9faffc270895e011bbe9157b4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/schedule-x86_64.ll"
    },
    {
      "type": "modify",
      "old_id": "9c76975fc8803b9fd9a3e95b717e4c852ad99504",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/select.ll",
      "new_id": "d3a8d9d2af45e76d9c12a80b3e2a242efbe0b0b5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/select.ll"
    },
    {
      "type": "modify",
      "old_id": "ee74986ab5df20292ebd61c92ca7c00d82c2eaaf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/select_const.ll",
      "new_id": "d78f94db71abceddc21299178a06e0c024b8f313",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/select_const.ll"
    },
    {
      "type": "modify",
      "old_id": "c422862ac1463c117959f5e470eb74b7eefa0e07",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/setcc-lowering.ll",
      "new_id": "33003daabe926c5e6e5c16fcaa80bd023134e921",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/setcc-lowering.ll"
    },
    {
      "type": "modify",
      "old_id": "5b3897df32ab060987f7cb3cdad5fb8480d42564",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/sext-i1.ll",
      "new_id": "bb8a4bcec8dc81bfa475a5ceae68b62561b0985f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/sext-i1.ll"
    },
    {
      "type": "modify",
      "old_id": "772dc583d811fc3e9cf87e5b254fe3d6cab3763c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/shift-combine.ll",
      "new_id": "0f2966f962b6f30a53de3fcaa5ac970537bf8d06",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/shift-combine.ll"
    },
    {
      "type": "modify",
      "old_id": "0ca04eff661251432e5880a353e0335889502c4a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/shift-double.ll",
      "new_id": "f7ea2e339c32d40699c45ffdcb74752cd105f2be",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/shift-double.ll"
    },
    {
      "type": "modify",
      "old_id": "251d68f296becf769ba0adc07771f1ab89463ad0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/shrink-compare.ll",
      "new_id": "32dcf4268253a7545a93425ba5cdaae2efa49222",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/shrink-compare.ll"
    },
    {
      "type": "modify",
      "old_id": "f4008dcbcf1b9cd09593bd805bc060e53804eaef",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/shuffle-vs-trunc-256.ll",
      "new_id": "59a8aa47246ccb16018293151a8f68f45f7b6b63",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/shuffle-vs-trunc-256.ll"
    },
    {
      "type": "modify",
      "old_id": "4f0fcf524b510b898edb83b29210f737230a42d4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/sse2-schedule.ll",
      "new_id": "3f32d29487406cbf4f50cc1fd6bd932b0c5f7b84",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/sse2-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "cac7cb3f0238d7201bafaa86adf736ccadf8690c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/sse42-schedule.ll",
      "new_id": "0461a21f5e1b3e730b8158cf856472da2f6a79da",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/sse42-schedule.ll"
    },
    {
      "type": "modify",
      "old_id": "e3c91ffaaa086fb28ddf7a88bdde1c9574baf686",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/subvector-broadcast.ll",
      "new_id": "33cf2f453ba9527aa6408116290eae72ab095ea5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/subvector-broadcast.ll"
    },
    {
      "type": "modify",
      "old_id": "862c421f63fe487a9eac19a4e6d221e6f22d784a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/tbm-intrinsics-fast-isel.ll",
      "new_id": "74084df8bb72aab13534f9d2b88b4cf10535a3c7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/tbm-intrinsics-fast-isel.ll"
    },
    {
      "type": "modify",
      "old_id": "b629d2e7f4d25111d8133e086b1c3f0af1e683e5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/tbm_patterns.ll",
      "new_id": "5cf98b9b73a7396b82c9c06cac6a53d26ddd80a4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/tbm_patterns.ll"
    },
    {
      "type": "modify",
      "old_id": "22e1057b803fb9c06f7f6d868f6323aeb5a18f2d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/umul-with-overflow.ll",
      "new_id": "5a57f9f12970599b5b23d25542e88dc4034593fe",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/umul-with-overflow.ll"
    },
    {
      "type": "modify",
      "old_id": "7405a48de78a00cd8822effe5d160e1f9e2c977d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/urem-i8-constant.ll",
      "new_id": "3e0ed75fc49ea1bb0bdce5590fec4619895a42a9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/urem-i8-constant.ll"
    },
    {
      "type": "modify",
      "old_id": "8dc5e5338aac2c7df869ffaa9f02c0f7f4ccdd2a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/urem-power-of-two.ll",
      "new_id": "2610beda415f83bcf95824aae1abc6c66e15974f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/urem-power-of-two.ll"
    },
    {
      "type": "modify",
      "old_id": "70f6a1ff6773b6696416b72de0d2fbc118a750d0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_cmp_uint-128.ll",
      "new_id": "4dbe444e138787703919bc714451c9803e73225b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_cmp_uint-128.ll"
    },
    {
      "type": "modify",
      "old_id": "1f1575368afb84343a04387b1e2ab73b9eb47578",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_fp_to_int.ll",
      "new_id": "bdfc96ba97d5f7a80618b5b4f47e2060d7ada0ef",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_fp_to_int.ll"
    },
    {
      "type": "modify",
      "old_id": "66dd74acf1b07d30cf15d4a970ea2abcb90c4c3f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_ins_extract-1.ll",
      "new_id": "949ef569f65be279b4ea50de01c5d23d8653fd39",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_ins_extract-1.ll"
    },
    {
      "type": "modify",
      "old_id": "674abbc39f7017e5d9a3d404bb19356b148a6610",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_insert-4.ll",
      "new_id": "0602165963022691b2cee2b351400efce3e90952",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_insert-4.ll"
    },
    {
      "type": "modify",
      "old_id": "17d66f9967404d2405fce01a9cf17c1f61ea70e6",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_insert-5.ll",
      "new_id": "d4a0c82e793a6fa7b3a5b6d41a80367bfdfa41c0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_insert-5.ll"
    },
    {
      "type": "modify",
      "old_id": "71585474969f0d5fcf834e2bcfdcb345cdc530a1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_insert-8.ll",
      "new_id": "a421ff2926338a7c2879b7e61233c10af29d33ba",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_insert-8.ll"
    },
    {
      "type": "modify",
      "old_id": "81bb25a1e74e901bf2bbe0f14b98e078bfd3ae2c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_insert-mmx.ll",
      "new_id": "39e21e90f01fb759d8dd74548a628db9649ae808",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_insert-mmx.ll"
    },
    {
      "type": "modify",
      "old_id": "0ab320c63aaaff3ec73633d23017a2ad22286acb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_int_to_fp.ll",
      "new_id": "30ba727604353c12083632207effd11b3dcd703a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_int_to_fp.ll"
    },
    {
      "type": "modify",
      "old_id": "67887dbe8fcff6f02b87fd0088a8a45d060c3127",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_minmax_sint.ll",
      "new_id": "df1699aa00d4649add9d7e5199bbbebed4390f39",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_minmax_sint.ll"
    },
    {
      "type": "modify",
      "old_id": "cf764a2f3467f4bd1178e0442e20dfd18ed9a9c9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_minmax_uint.ll",
      "new_id": "294d10c1cee950a2276aa6a8df9cd4d893b42888",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_minmax_uint.ll"
    },
    {
      "type": "modify",
      "old_id": "ef8afbe934e100d1c6764e175575d10dd7917e0f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vec_ss_load_fold.ll",
      "new_id": "87634a9c708a19ca66ab93812444b3a886bd4f1e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vec_ss_load_fold.ll"
    },
    {
      "type": "modify",
      "old_id": "51b5219f302430f7e4ef2ea782ae0b5f88319b45",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-bitreverse.ll",
      "new_id": "1e8a693054d1e8416d4b32257d35c7ef46d1c0be",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-bitreverse.ll"
    },
    {
      "type": "modify",
      "old_id": "e45c88837c63f12b2e58595e020e542ee3f0cc27",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-compare-all_of.ll",
      "new_id": "a055307c5df6cd7b6addecb7927b16aba314d0d8",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-compare-all_of.ll"
    },
    {
      "type": "modify",
      "old_id": "d49e4b7ae8bebf1aeb5ac8c03ad303852672df3f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-compare-any_of.ll",
      "new_id": "54d01461c142c3082376709781f266b8971e256b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-compare-any_of.ll"
    },
    {
      "type": "modify",
      "old_id": "6ac0c7b3d33f9d6b9ea62ea7c68e3bcf0b925c2a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-compare-results.ll",
      "new_id": "df885abd5f705fb1b8d9d7ea8031fe5f9fa8875d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-compare-results.ll"
    },
    {
      "type": "modify",
      "old_id": "6741e2abb11888d4c7fe540f72de13da1484179c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-extend-inreg.ll",
      "new_id": "8d55e5da05da31aa526df989f2671d1b0dcfd66f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-extend-inreg.ll"
    },
    {
      "type": "modify",
      "old_id": "0df55fee6ee38e56539b70f07394c431fb4db3f6",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-half-conversions.ll",
      "new_id": "44fe38fa86b9c207a908650f8ed8aa13e364ff99",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-half-conversions.ll"
    },
    {
      "type": "modify",
      "old_id": "59f8fe4e1037dfcc66823436403dae3b08faa1e0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-lzcnt-128.ll",
      "new_id": "4abace0d9386ee6191522fd48d8d039809ed9b0a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-lzcnt-128.ll"
    },
    {
      "type": "modify",
      "old_id": "55f797a2cc1d95614528c1e0e1dd3b25215b1d33",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-lzcnt-256.ll",
      "new_id": "73f7b3c2ad8b2c53ee3b17a65c2e454a92e53f73",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-lzcnt-256.ll"
    },
    {
      "type": "modify",
      "old_id": "c316121e24ee8c5e01afb6a1f2940c4a73a3fee1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-popcnt-128.ll",
      "new_id": "688285889b72d48f603d7f4d2e390c5119a5ca3f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-popcnt-128.ll"
    },
    {
      "type": "modify",
      "old_id": "48d16601e4f2a5d228ba0dd3aae4387128524c36",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-popcnt-256.ll",
      "new_id": "ee03ab705eb7fe3058c2e01a43c14f47fbaca7db",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-popcnt-256.ll"
    },
    {
      "type": "modify",
      "old_id": "8b2fbf7c0b1795d3ea21bb66ab090d5775fd727c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-rotate-128.ll",
      "new_id": "b40c9eddd46bf96505806637d582df11dc3716de",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-rotate-128.ll"
    },
    {
      "type": "modify",
      "old_id": "954d0b0f31c6b9ace1692c354dd0d979b17ed794",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-rotate-256.ll",
      "new_id": "46bac267185edc251b1ddee22f26773dabfd0464",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-rotate-256.ll"
    },
    {
      "type": "modify",
      "old_id": "24444ecdc1948ecd9c388dbc534084be448e08dc",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-sext.ll",
      "new_id": "d46514a6dc7da55607fcff04653d956c3a8eaf38",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-sext.ll"
    },
    {
      "type": "modify",
      "old_id": "a37b86024592c3c9d6c8fe89448e3a47dadf38da",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shift-ashr-128.ll",
      "new_id": "ea33f22cc07a0dab17396c774d5fa88871a6c740",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shift-ashr-128.ll"
    },
    {
      "type": "modify",
      "old_id": "cb2c816758c994935fc16431b13137f81e73d561",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shift-ashr-256.ll",
      "new_id": "a99c70ebd7d9f7f94ce919d6afc5753a3844ef9f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shift-ashr-256.ll"
    },
    {
      "type": "modify",
      "old_id": "9dc332799eb525a46725df65fc12d5b6e87e37e7",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shift-lshr-128.ll",
      "new_id": "307cf287219d1be8ce640ebe1b36da4de3156aa7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shift-lshr-128.ll"
    },
    {
      "type": "modify",
      "old_id": "7429ae003eae85b6cd4f590545c0941d1d47f8ea",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shift-lshr-256.ll",
      "new_id": "0192c8ac05dfbe6fa598cc59effa2ba8f4b781f1",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shift-lshr-256.ll"
    },
    {
      "type": "modify",
      "old_id": "ef4c8855182f83af4d7b3aabd38dce85eedc57c9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shift-shl-128.ll",
      "new_id": "b518ad5fcffd3c95c29115ca55feb7fc7c8054ee",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shift-shl-128.ll"
    },
    {
      "type": "modify",
      "old_id": "712d9dbeef694a41b8194b6a234edec29b9124f5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shift-shl-256.ll",
      "new_id": "04713881271db9b3b11a3c079f1d339274f4fde5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shift-shl-256.ll"
    },
    {
      "type": "modify",
      "old_id": "3c8377d364d2ac00128bb3641daa41f624c8bc64",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-256-v4.ll",
      "new_id": "41dcb5032ee25e64345870bc70f119e33258836c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-256-v4.ll"
    },
    {
      "type": "modify",
      "old_id": "12d3fb33be858531934935cfaa9194079c326fc3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-512-v16.ll",
      "new_id": "fc189189eed728d0e46766115d2512b5844b8ba5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-512-v16.ll"
    },
    {
      "type": "modify",
      "old_id": "fd33c0aeb59783bf0be5cc661aee9add15d6adc3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-512-v8.ll",
      "new_id": "5df15fbe0780b72209da3503abf2e125da2008af",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-512-v8.ll"
    },
    {
      "type": "modify",
      "old_id": "be4a8b7b6694a3a27519ff93e8c76925d22342e9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-avx512.ll",
      "new_id": "b066f123861a639314bf7849875cf8c0c055e15b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-avx512.ll"
    },
    {
      "type": "modify",
      "old_id": "b0b76d7dc133c1ddda06bf58dc70f05221a61aef",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-combining-avx2.ll",
      "new_id": "8c17978d237353c9347144086663e3af9ebf2d70",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-combining-avx2.ll"
    },
    {
      "type": "modify",
      "old_id": "b3219a330586ed77277738d63bb8846fee0e9655",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-v1.ll",
      "new_id": "9c92ca756ebd49f6f049372b951975cab6038c83",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-v1.ll"
    },
    {
      "type": "modify",
      "old_id": "6a0474803c686a6c093eee466d5a56635adf73d4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-variable-128.ll",
      "new_id": "0367737dda606b3166f0126f3713a9c3b55f7f4b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-variable-128.ll"
    },
    {
      "type": "modify",
      "old_id": "7926fb93335c21618a877620b1354f1971ecd6fb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-shuffle-variable-256.ll",
      "new_id": "91672d07b052c71f54eb36d2c9d969defee19f99",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-shuffle-variable-256.ll"
    },
    {
      "type": "modify",
      "old_id": "4547994114349401568ddc30b144d474affe37d0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-trunc-math.ll",
      "new_id": "7d26cec9928ae5c4c87d62dc813534e2dc8b8c3d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-trunc-math.ll"
    },
    {
      "type": "modify",
      "old_id": "62428a558de3736d370e0e3aae3670b2a4057277",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-trunc.ll",
      "new_id": "d25117ca715cc0f8bcc9b4821d115b56e9ba44b0",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-trunc.ll"
    },
    {
      "type": "modify",
      "old_id": "15ff8f78d32453da196ba778f85321b9a58eee89",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-tzcnt-128.ll",
      "new_id": "cca8496cab3069eaa2a901b43fe2b3ebf40a3b5e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-tzcnt-128.ll"
    },
    {
      "type": "modify",
      "old_id": "cc2bcd8710d6cd77cd1ea689d76ac087d8e29b04",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vector-tzcnt-256.ll",
      "new_id": "9d5402e7208f25e62321de380dc6770c11bcd30f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vector-tzcnt-256.ll"
    },
    {
      "type": "modify",
      "old_id": "482c2c85d158073bee5df55e9b936b7a077523e6",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/verifier-phi-fail0.mir",
      "new_id": "c17b0daa75ba714e0ca4652f1e9707bde63cfc48",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/verifier-phi-fail0.mir"
    },
    {
      "type": "modify",
      "old_id": "7f37bcc9778fc1634742de0a8aadee21da79c614",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vpshufbitqbm-intrinsics.ll",
      "new_id": "004dcfb69a14010dd0977acbb031162c76a1c49b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vpshufbitqbm-intrinsics.ll"
    },
    {
      "type": "modify",
      "old_id": "c13aa7172372a227bea70a6a914855c885da7f3d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/vselect-pcmp.ll",
      "new_id": "e36d74194aa54a5309184a67ad1f813c5795e949",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/vselect-pcmp.ll"
    },
    {
      "type": "modify",
      "old_id": "f8843fd8ce2a9b5755a06eec0d1f749d136b6e66",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/widen_bitops-0.ll",
      "new_id": "f939396452eae07b66f032f04a6f91cb1871a72d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/widen_bitops-0.ll"
    },
    {
      "type": "modify",
      "old_id": "0c0ca56ea3af9d643dbcdb4cd5b2423172846808",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/x86-interleaved-access.ll",
      "new_id": "792bbbed52e14ad6613072e52f0837fe5aa5d7ae",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/x86-interleaved-access.ll"
    },
    {
      "type": "modify",
      "old_id": "98fd3d90cbe287a1ebeb45ae9d1499a6b0ae9ca7",
      "old_mode": 33188,
      "old_path": "test/CodeGen/X86/x86-upgrade-avx2-vbroadcast.ll",
      "new_id": "543d4f405adf3125a9fdb5c88e47d12cdbf2d737",
      "new_mode": 33188,
      "new_path": "test/CodeGen/X86/x86-upgrade-avx2-vbroadcast.ll"
    },
    {
      "type": "modify",
      "old_id": "7660a03169022771c8500d0b9f8d504c93265724",
      "old_mode": 33188,
      "old_path": "test/DebugInfo/MIR/X86/live-debug-vars-unused-arg-debugonly.mir",
      "new_id": "c554c04cfb1e1639eae8dde0c20336d68a37aacd",
      "new_mode": 33188,
      "new_path": "test/DebugInfo/MIR/X86/live-debug-vars-unused-arg-debugonly.mir"
    },
    {
      "type": "modify",
      "old_id": "2278ab7c248f2d9f1e1606d48d6569fadb154ed2",
      "old_mode": 33188,
      "old_path": "test/MC/AArch64/arm64-leaf-compact-unwind.s",
      "new_id": "1619a50f6b0e855deafd3e2df1915ecd9a73cd0b",
      "new_mode": 33188,
      "new_path": "test/MC/AArch64/arm64-leaf-compact-unwind.s"
    },
    {
      "type": "modify",
      "old_id": "afbf4f4c36895740d01623b4b4877139d2b57d57",
      "old_mode": 33188,
      "old_path": "unittests/CodeGen/MachineOperandTest.cpp",
      "new_id": "5926b6767ff048d247d63177c506a29d56b04b41",
      "new_mode": 33188,
      "new_path": "unittests/CodeGen/MachineOperandTest.cpp"
    }
  ]
}
