)]}'
{
  "commit": "cd261e1abf87979ddce5f9e94962ddc119e8b2cf",
  "tree": "999685b698a9352c41df9b58f384b7b4454c9c11",
  "parents": [
    "7d52167b4ab6e0eca8041dc67546f9d1dd4909a3"
  ],
  "author": {
    "name": "Scott Linder",
    "email": "Scott.Linder@amd.com",
    "time": "Tue Jan 21 17:27:57 2020 -0500"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Thu Oct 22 02:53:19 2020 -0700"
  },
  "message": "[AMDGPU] Add Scratch Wave Offset to Scratch Buffer Descriptor in entry functions\n\nAdd the scratch wave offset to the scratch buffer descriptor (SRSrc) in\nthe entry function prologue. This allows us to removes the scratch wave\noffset register from the calling convention ABI.\n\nAs part of this change, allow the use of an inline constant zero for the\nSOffset of MUBUF instructions accessing the stack in entry functions\nwhen a frame pointer is not requested/required. Entry functions with\ncalls still need to set up the calling convention ABI stack pointer\nregister, and reference it in order to address arguments of called\nfunctions. The ABI stack pointer register remains unswizzled, but is now\nwave-relative instead of queue-relative.\n\nNon-entry functions also use an inline constant zero SOffset for\nwave-relative scratch access, but continue to use the stack and frame\npointers as before. When the stack or frame pointer is converted to a\nswizzled offset it is now scaled directly, as the scratch wave offset no\nlonger needs to be subtracted first.\n\nUpdate llvm/docs/AMDGPUUsage.rst to reflect these changes to the calling\nconvention.\n\nTags: #llvm\n\nDifferential Revision: https://reviews.llvm.org/D75138\n\nGitOrigin-RevId: 60b1967c3933c42f473a3f7be5f40747547b6057\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "197765a3071b14e83ec6f37e28c6e81db57968ee",
      "old_mode": 33188,
      "old_path": "docs/AMDGPUUsage.rst",
      "new_id": "199d9549a2fdc8d7cc32de270b36c2a9edbb3493",
      "new_mode": 33188,
      "new_path": "docs/AMDGPUUsage.rst"
    },
    {
      "type": "modify",
      "old_id": "e7e5e132ecbd310c2519284497bf0ca0dc2e8c96",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/AMDGPUCallLowering.cpp",
      "new_id": "86586b3009ad0ed6896e86363c7af933f3329f4c",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/AMDGPUCallLowering.cpp"
    },
    {
      "type": "modify",
      "old_id": "4265e9992a5003d51a90f134767d371c5196dd28",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp",
      "new_id": "507c14a63d9eb860bb465694c72de090955a4c18",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp"
    },
    {
      "type": "modify",
      "old_id": "b79c44604dabf703835b57f97753ac697830fe28",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp",
      "new_id": "f3cfbc1061ff72acba9e16eb99f32945ea9dd15a",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp"
    },
    {
      "type": "modify",
      "old_id": "8a210bc9738a33ecc8ad38ae2b6653e97c38222a",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/AMDGPUTargetMachine.cpp",
      "new_id": "893ac5ff03beb2648cf08a4279e8ae65dd3ff3a4",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/AMDGPUTargetMachine.cpp"
    },
    {
      "type": "modify",
      "old_id": "df843f4034efc4edc55f0a05548762259020870e",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp",
      "new_id": "0f7db76babb0cc736ef70eac5d61523ae293d1dd",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp"
    },
    {
      "type": "modify",
      "old_id": "e9344dbcdf75f61fd8b00f7076d3c5d33de02c1b",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIFoldOperands.cpp",
      "new_id": "73b7e7caaeae9e6ef290ba01db525033e39e57d8",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIFoldOperands.cpp"
    },
    {
      "type": "modify",
      "old_id": "71f2660cd09003c6f85da019e2fbdf8f6bc026a7",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIFrameLowering.cpp",
      "new_id": "1f2517bec6db8ef3ede6b40c32993db7704fcbd9",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIFrameLowering.cpp"
    },
    {
      "type": "modify",
      "old_id": "46525e9b1fbbe9191528bd9a43a26ecfa1719672",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIFrameLowering.h",
      "new_id": "7314057d5ac1be3f50e372cdd7dc527dee1b08de",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIFrameLowering.h"
    },
    {
      "type": "modify",
      "old_id": "34fe290ade6171571966b0201164a84e47ff1d0e",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIISelLowering.cpp",
      "new_id": "0e95475a1974cb1a6edf8d6a6e061249bc3d6c33",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIISelLowering.cpp"
    },
    {
      "type": "modify",
      "old_id": "a2bfd1e6421989661ffcfed265c1eb4364254d1c",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIMachineFunctionInfo.cpp",
      "new_id": "d5ec8164956b61cff4cde7b249df526efb5b77fb",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIMachineFunctionInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "f70b8103ff4cbecd5c814cfb31fb33db29e9f496",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIMachineFunctionInfo.h",
      "new_id": "c6ccad800ccf3b0ab32d1a7333fbaedaa6da1459",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIMachineFunctionInfo.h"
    },
    {
      "type": "modify",
      "old_id": "0b12e649e3e2b596c49b9934204553faccfa682c",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIRegisterInfo.cpp",
      "new_id": "806e03358f4a5f9b8ee93189e1484bcfc9116be2",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIRegisterInfo.cpp"
    },
    {
      "type": "modify",
      "old_id": "84261bef6b8eec9a7da31102a435909b0e515fae",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIRegisterInfo.h",
      "new_id": "a13f6dc4c0e7f1b15a70acbdd288ec87bc2b2a78",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIRegisterInfo.h"
    },
    {
      "type": "modify",
      "old_id": "b39b2b4542d08c99291138afb81ba2ec56c818ab",
      "old_mode": 33188,
      "old_path": "lib/Target/AMDGPU/SIRegisterInfo.td",
      "new_id": "fb789d05ce9ade657385d242fd17cf3ae7d7e4c3",
      "new_mode": 33188,
      "new_path": "lib/Target/AMDGPU/SIRegisterInfo.td"
    },
    {
      "type": "modify",
      "old_id": "34aca1e80f5914c0fbdd2a9e7c08a26f517367b4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll",
      "new_id": "3f18877acd9453b09a7ccedbb75b42a08f207273",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll"
    },
    {
      "type": "modify",
      "old_id": "7b6863fb17a5f5afae166bc0622458f589b2fd3f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/insertelement.ll",
      "new_id": "3f573e7f9a861f04b76188e4ebdd064766722e57",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/insertelement.ll"
    },
    {
      "type": "modify",
      "old_id": "08fdd0f30a16f77e54161558446006a55396a07e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir",
      "new_id": "1382434fe0a74a4326810a573cb35b8aedcf7a67",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir"
    },
    {
      "type": "modify",
      "old_id": "12e6e747a070625ad0b20e5ca388b15b9731cecf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir",
      "new_id": "13e4035a4882878bf61492bc5168d7ea305f1c01",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir"
    },
    {
      "type": "modify",
      "old_id": "60cc05c7da5c82b0f7861c5e1156334420613418",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-store-local.mir",
      "new_id": "440c34f1016335268347a9c41073967f73584382",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-store-local.mir"
    },
    {
      "type": "modify",
      "old_id": "e5bc410511199a0843878a0d39f18c705840ff30",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir",
      "new_id": "9ac43878862c00b0c93a81c43a6b703146cb314a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir"
    },
    {
      "type": "modify",
      "old_id": "f34c481824afdb2e5fa88ecdb076bc5aa54464bb",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/GlobalISel/mul.ll",
      "new_id": "ed240f2240bb372e2b56b95cdfbf68aa0a65e983",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/GlobalISel/mul.ll"
    },
    {
      "type": "modify",
      "old_id": "ea40cda4fa6bed1736133c62d0936af86e40cfc8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/addrspacecast.ll",
      "new_id": "5e39e6700401da95da8e0066d49953fcc5da53e6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/addrspacecast.ll"
    },
    {
      "type": "modify",
      "old_id": "d26f51302a9ca39b8d283f245d576bb519ce6bdd",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/amdgpu.private-memory.ll",
      "new_id": "072a76780447eaf1e5f19c88c2ded2953858ab19",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/amdgpu.private-memory.ll"
    },
    {
      "type": "modify",
      "old_id": "78d99d881cb1b051eb7aff3ceda89d8013053108",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/amdhsa-trap-num-sgprs.ll",
      "new_id": "3d75eca93cb48e89ae6200aa26ff7b441f4a2fd2",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/amdhsa-trap-num-sgprs.ll"
    },
    {
      "type": "modify",
      "old_id": "b301384b715941586eeffadb6cc541cff03ea37e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/array-ptr-calc-i32.ll",
      "new_id": "f5505c97ebd5493a168997af0b481ac36edbd057",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/array-ptr-calc-i32.ll"
    },
    {
      "type": "modify",
      "old_id": "9dc74cb8362590d3707a2c1e26fcf1f5e10edc70",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll",
      "new_id": "5ee5626cdedffafd80c106ad7d81b873d799455f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll"
    },
    {
      "type": "modify",
      "old_id": "e123d80fb95693d133c20401841c15173ff33110",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/byval-frame-setup.ll",
      "new_id": "91eb7d0add483dadb32d0fa300b0a0f6d3a8571f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/byval-frame-setup.ll"
    },
    {
      "type": "modify",
      "old_id": "faf15d0981c78f68b4149621fb65d599f9ba721e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/call-argument-types.ll",
      "new_id": "30461a55b1365ad83520869f56b06b4a3f4157ea",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/call-argument-types.ll"
    },
    {
      "type": "modify",
      "old_id": "19aadfc96ad131d5d95e57e9ab60529d207eb0f9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/call-constant.ll",
      "new_id": "11f4b3c0b913a30effb9ca39007f20a8e065d389",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/call-constant.ll"
    },
    {
      "type": "modify",
      "old_id": "ee77007ef59edb91a288c736ebe47f95570f33c6",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/call-preserved-registers.ll",
      "new_id": "0f754385d294ecb9215e0044f45e11b8c406b8f9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/call-preserved-registers.ll"
    },
    {
      "type": "modify",
      "old_id": "72423ec4189e5e4a6f19099c40423b52eb9badaf",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/call-waitcnt.ll",
      "new_id": "6c9a9af159bdd5dfea9a8033e0a0d556207b0970",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/call-waitcnt.ll"
    },
    {
      "type": "modify",
      "old_id": "497ea354fc098bb745bf227722a8207fa2019edc",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll",
      "new_id": "023bc6e21276e9aad2ffc0ece1de7c57339de225",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll"
    },
    {
      "type": "modify",
      "old_id": "601ed9698c61855b5ca72e51c7252b1937dab7d1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/callee-special-input-sgprs.ll",
      "new_id": "16916e4aa42e55fa1ebdbbca822f6a3f2e13ef36",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/callee-special-input-sgprs.ll"
    },
    {
      "type": "modify",
      "old_id": "421d41294a28d57f823a1471c004dbcb64225a1c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/callee-special-input-vgprs.ll",
      "new_id": "0dee34dcfdc8fdc37d560afe2f40a199b9a0fcd3",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/callee-special-input-vgprs.ll"
    },
    {
      "type": "modify",
      "old_id": "a091811fc7c1ca6229570f5d720c57452409b0ef",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/captured-frame-index.ll",
      "new_id": "0878205a53fde9c3f9759e558d2da91c68de1771",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/captured-frame-index.ll"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2cd8d67b355f08cfb75072c1d826dae877cb9c37",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/cc-update.ll"
    },
    {
      "type": "modify",
      "old_id": "1a3cc72fe5b2c3b8b7cd0656358f02a5a46fded9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/cgp-addressing-modes.ll",
      "new_id": "a2fb893af5404c0cffaa38d7fe62034a202f573c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/cgp-addressing-modes.ll"
    },
    {
      "type": "modify",
      "old_id": "0df32537808ac6b4b9be1b95c7af537c54be5e9f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/chain-hi-to-lo.ll",
      "new_id": "a85cdcc01922d6d50edf0c1fa90d57a3298b8ff9",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/chain-hi-to-lo.ll"
    },
    {
      "type": "modify",
      "old_id": "1af2ca55308b6b04cfb7a228cc0c18d34cd91d37",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/collapse-endcf.ll",
      "new_id": "b86db5a7ac6894230a390c4ba7e095c8e3bc2d01",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/collapse-endcf.ll"
    },
    {
      "type": "modify",
      "old_id": "f144ed263ff3924636bd4254f7bc6011dd5c475f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/control-flow-fastregalloc.ll",
      "new_id": "2c1074ae62fcd9c5bde0e3de40949f617d6c4340",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/control-flow-fastregalloc.ll"
    },
    {
      "type": "modify",
      "old_id": "019beea0ab175e165ec2704351c2a1a4ad6ba246",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/cross-block-use-is-not-abi-copy.ll",
      "new_id": "0fc880251b2c72e73de1026fc9ab3027d648ca66",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/cross-block-use-is-not-abi-copy.ll"
    },
    {
      "type": "modify",
      "old_id": "f119af24038da9603550725472e775c24174692e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/extload-private.ll",
      "new_id": "be8c3b5a44b58e5cdcaf7074e61ba6db4078669d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/extload-private.ll"
    },
    {
      "type": "modify",
      "old_id": "6cdd03b754911b0ed9ad45d08d230b0a2d876b11",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/fast-unaligned-load-store.private.ll",
      "new_id": "85f9ea173eb5eaa1f27c20413a4f9c9ef3920a0d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/fast-unaligned-load-store.private.ll"
    },
    {
      "type": "modify",
      "old_id": "f80176508befea233cfa74f0f9d8166f37c96819",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/fold-fi-mubuf.mir",
      "new_id": "cf4fd49c3d60aea722488a5a3755b0b2913fabfa",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/fold-fi-mubuf.mir"
    },
    {
      "type": "modify",
      "old_id": "a928384457a4a23200f2cc8ae8ec72df401feda5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/frame-index-elimination.ll",
      "new_id": "2b60004f3a8b4673356ad5b258c584264d89dadb",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/frame-index-elimination.ll"
    },
    {
      "type": "modify",
      "old_id": "686a617a064ffab9514fa13d10e4dc9bb1bf7025",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/frame-lowering-entry-all-sgpr-used.mir",
      "new_id": "d8542bd0756796bcb2558777c6f480f3c12da34a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/frame-lowering-entry-all-sgpr-used.mir"
    },
    {
      "type": "modify",
      "old_id": "42484398f9d05a1eecddadd459a910363b39af6f",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir",
      "new_id": "5cc4782c60625d30fe1b1ddc85b684d9ddcf9585",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir"
    },
    {
      "type": "modify",
      "old_id": "49a69386e632e5fbe78988e8645c02dc1afdeb33",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/function-returns.ll",
      "new_id": "9c84996379481d5914bc772bc848fd7dd538147e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/function-returns.ll"
    },
    {
      "type": "modify",
      "old_id": "14e8e609e5f3ac68503c2cad82d1654c52791eba",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props-v3.ll",
      "new_id": "858bd54123679f4d5c6922ee8dfb9f9c391dbd58",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props-v3.ll"
    },
    {
      "type": "modify",
      "old_id": "11dc60a5e2a2d42f5fe864d8c0edf2c00f848f55",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll",
      "new_id": "12d8973333f0e4aded5bbf75ac5768b99d188605",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll"
    },
    {
      "type": "modify",
      "old_id": "4ec5d77b64f783da0ddafb3f4f9bf55566b86e8a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/idot8s.ll",
      "new_id": "a54b2f59e475d5342c235ae867661702cfc0d874",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/idot8s.ll"
    },
    {
      "type": "modify",
      "old_id": "543b55e8e261ad3ddfaae345137a9c22aa3f8fc0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/idot8u.ll",
      "new_id": "21eede8df373a01ca5707c68d07c4e7fd8a459cf",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/idot8u.ll"
    },
    {
      "type": "modify",
      "old_id": "2d85df7c2b94c4e846a4d57e2d4f3f05c1d60b07",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/indirect-addressing-term.ll",
      "new_id": "f004bbe500936b92096090425000136dcd88bc75",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/indirect-addressing-term.ll"
    },
    {
      "type": "modify",
      "old_id": "548124627997222569ac91d14b214afe226928e5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/indirect-call.ll",
      "new_id": "ca033e5289f3f76f7739fbdb17d87250479e6da5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/indirect-call.ll"
    },
    {
      "type": "modify",
      "old_id": "d29bca5aee73bfa5cc615cca583d9ed40043a0af",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/insert_vector_elt.ll",
      "new_id": "070a36dd4a21d90906ec6b71fb041b98ba1642cc",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/insert_vector_elt.ll"
    },
    {
      "type": "modify",
      "old_id": "1b7f4df214c90b603672926b04a4f9e03821bca4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/ipra.ll",
      "new_id": "0a93986cd232be243cc3a6049e26bdbe9faf4325",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/ipra.ll"
    },
    {
      "type": "modify",
      "old_id": "8cb822938fd776d40180bba24d2a58f5d603696a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/large-alloca-compute.ll",
      "new_id": "40d622c25e184b6c662069e82ddaf085e1076cff",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/large-alloca-compute.ll"
    },
    {
      "type": "modify",
      "old_id": "e69ddbe83e1af25aa353c393aefe666b0f33263a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/large-alloca-graphics.ll",
      "new_id": "4436b60be2a9deaa48548213d052e2e4f1203a4e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/large-alloca-graphics.ll"
    },
    {
      "type": "modify",
      "old_id": "3a69ef673b85711c7abda3f506768811aba11fed",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll",
      "new_id": "6b22d92e367d93797d6ba8233298d00bfc0bcc5f",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll"
    },
    {
      "type": "modify",
      "old_id": "49f691b8ae30993afdd41b788ba81c8aafd09058",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/load-hi16.ll",
      "new_id": "37ca76e9489e60ff7534ec5066c9c093c2777fda",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/load-hi16.ll"
    },
    {
      "type": "modify",
      "old_id": "b7df7a58e82ca8a162d7f69f008b56c94c8744c2",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/load-lo16.ll",
      "new_id": "d83fda5d7861d9ad9d4049bc3f67560aa04172df",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/load-lo16.ll"
    },
    {
      "type": "modify",
      "old_id": "77b9fcb3915eddeebfbb826d049bf56e95eb6a7b",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/memory-legalizer-load.ll",
      "new_id": "6aeb69335646e925e0d804814ae9f7f5f0d57806",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/memory-legalizer-load.ll"
    },
    {
      "type": "modify",
      "old_id": "2294b7d200d1ba1b8cb435e5fe3246b2aa872e70",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/memory-legalizer-store.ll",
      "new_id": "dd81f00a40cb66ff1defc459fa22dc3c82460e02",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/memory-legalizer-store.ll"
    },
    {
      "type": "modify",
      "old_id": "51716847743cbee09734c1f0620c23d85c06019e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/memory_clause.ll",
      "new_id": "15a8e9283e3885a616a99037acb8dafae0c081cc",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/memory_clause.ll"
    },
    {
      "type": "modify",
      "old_id": "4f09b3f7480454108e72745f8412ac515e7f7b31",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/mesa3d.ll",
      "new_id": "41011afd5c84fc1fbacffb3722452ee085dbd591",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/mesa3d.ll"
    },
    {
      "type": "modify",
      "old_id": "cccf2c113ebe52329a82befc19de6bbdd867ac88",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/mir-print-dead-csr-fi.mir",
      "new_id": "71c7e32ff23b3efa06eef4ee851b268dbe9a03ae",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/mir-print-dead-csr-fi.mir"
    },
    {
      "type": "modify",
      "old_id": "75d297e111a5a0103ccd92b9e79745112512aa4d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/misched-killflags.mir",
      "new_id": "9d0c32214100f9d8f948fba5fd6454816524e2d6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/misched-killflags.mir"
    },
    {
      "type": "modify",
      "old_id": "5a0d87f5186d626a1722a72ae202aa302a1590dc",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/mubuf-offset-private.ll",
      "new_id": "f984bb49c7b7c15fc37b768e385a173b3f43046d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/mubuf-offset-private.ll"
    },
    {
      "type": "modify",
      "old_id": "0ea085afc40510bba16d5acd0e696b5525cd6ba5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/optimize-exec-masking-pre-ra.mir",
      "new_id": "fee6b52d1a1178054af016eb0174ec8bc70d42f5",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/optimize-exec-masking-pre-ra.mir"
    },
    {
      "type": "modify",
      "old_id": "a38bacd97a67efd830d4a95a29c2e3b779105f73",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll",
      "new_id": "ef656f66fcc898788eccf0af064badda7ce26386",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll"
    },
    {
      "type": "modify",
      "old_id": "39915f2755ce0fcbb675b8c8e3d4d8df62efdee8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/pei-reg-scavenger-position.mir",
      "new_id": "ba62ca822733faa2d6919f2b7ba3a2f29fd19b60",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/pei-reg-scavenger-position.mir"
    },
    {
      "type": "modify",
      "old_id": "1c7adc39fe290f7353b9a104efc3f8d6270a7c07",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir",
      "new_id": "67d62e0d5003c6ae70008ec3384628e6b56a8bac",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir"
    },
    {
      "type": "modify",
      "old_id": "90afb185ccb7d497c3e609a8588a718c0e113aa4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir",
      "new_id": "67e271bc21220f5c79560ef5e8c027de88b1d573",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir"
    },
    {
      "type": "modify",
      "old_id": "853e2346031e7670cb0c6c92f154a8fb31ecf28d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir",
      "new_id": "2fbc51f036f032af8e35426cd5ffaeb97d5e8b03",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir"
    },
    {
      "type": "modify",
      "old_id": "8e96fbb178ca1a5087f10865d0e13d1b38d642f3",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/private-access-no-objects.ll",
      "new_id": "1c48689f07a4f94e4652c59549842bc30aa2d3fa",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/private-access-no-objects.ll"
    },
    {
      "type": "modify",
      "old_id": "920eaa20a97baf7d4a5572d51186157cc6af052a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/private-element-size.ll",
      "new_id": "d5e5ba5202fc39cb29ff7fc30cc68a9cffef5103",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/private-element-size.ll"
    },
    {
      "type": "modify",
      "old_id": "331cccd853c24686684fad3a7235fbaf373b0720",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir",
      "new_id": "d7892a0c9759251a82b72b9d4232ba8d9c57e959",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir"
    },
    {
      "type": "modify",
      "old_id": "0d2f90793fc39a4fb273a5880bdcf01fdcd0ff39",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/sched-assert-dead-def-subreg-use-other-subreg.mir",
      "new_id": "e12cff942bc6e38fdcfc131b2b0f4b50f0d67814",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/sched-assert-dead-def-subreg-use-other-subreg.mir"
    },
    {
      "type": "modify",
      "old_id": "e9f0678f77823ca1f07daec17cdd496ceb7048c0",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/sched-handleMoveUp-subreg-def-across-subreg-def.mir",
      "new_id": "bd0423c5457c5e4f2cf85f01a29bd221a5c39fe6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/sched-handleMoveUp-subreg-def-across-subreg-def.mir"
    },
    {
      "type": "modify",
      "old_id": "3631d673fa2599f4a4b9d8bd18e557dbf3fc9ea9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/scratch-buffer.ll",
      "new_id": "d1903f457b306b176e7f938d44447dd4cb0f806c",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/scratch-buffer.ll"
    },
    {
      "type": "modify",
      "old_id": "a7718496ee9abdd167d1278f69b81cbb90529de1",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/scratch-simple.ll",
      "new_id": "af933dc94d6e20e692fb9adbce8bcd2611cd15aa",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/scratch-simple.ll"
    },
    {
      "type": "modify",
      "old_id": "afb0a8aa7e402b761652a192f41220bf38ebd810",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/sgpr-spill-wrong-stack-id.mir",
      "new_id": "5021923f46755768f125377c2fef815ef79c49dd",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/sgpr-spill-wrong-stack-id.mir"
    },
    {
      "type": "modify",
      "old_id": "ed57ec6cca350a4af9e559aacb97cbc3ef07f960",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/shl_add_ptr.ll",
      "new_id": "8b9942c587cc066c21b4e166c0547126b95de069",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/shl_add_ptr.ll"
    },
    {
      "type": "modify",
      "old_id": "b93658665be053cc329625b8d72ec06d517f3001",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll",
      "new_id": "72ba9152a7e30f8cf54d4668cb2c6ee37892623b",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll"
    },
    {
      "type": "modify",
      "old_id": "f887a959cbd28cde148941074e13dcba101e2bc6",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/sibling-call.ll",
      "new_id": "508f08ed924bde5c521018213be8af539d862400",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/sibling-call.ll"
    },
    {
      "type": "delete",
      "old_id": "e1f6eb715a312ceaa4a1074c792f15770bc025ee",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/sp-too-many-input-sgprs.ll",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "9c7279a78e75ec1262a048a0f9e91ef0a3042e26",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/spill-agpr.ll",
      "new_id": "8fedd62ac6102dabd5a4336297bdc5314293726d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/spill-agpr.ll"
    },
    {
      "type": "modify",
      "old_id": "c56387918719e0e324d4d832caa5dab5f53643fe",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/spill-before-exec.mir",
      "new_id": "86f2de31e7f96342733703d2b180b063118a7967",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/spill-before-exec.mir"
    },
    {
      "type": "modify",
      "old_id": "0cf19cea7811044e632d9a73a9a4732d28c701e8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/spill-empty-live-interval.mir",
      "new_id": "fd0debda403c2b53ed204bfb2173377625db76e8",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/spill-empty-live-interval.mir"
    },
    {
      "type": "modify",
      "old_id": "2d7f7f9e33f574e574c5e8a47b4c855be3fa605d",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/spill-m0.ll",
      "new_id": "1d65471dced14f45c7e1fdea0aa7d81d9a575439",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/spill-m0.ll"
    },
    {
      "type": "modify",
      "old_id": "5ff1a1cab18eefa4b5f4271fbbe9817c98befd3e",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/spill-offset-calculation.ll",
      "new_id": "969edbf12647d2a444dc2750bd61d0ae9d8c61ed",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/spill-offset-calculation.ll"
    },
    {
      "type": "modify",
      "old_id": "be60a34b420891e881f52ab0e049645d24da0381",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll",
      "new_id": "497d35ea3d710543c9e5c34a4e04abe85c725dd4",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll"
    },
    {
      "type": "modify",
      "old_id": "deb94f521f00e355a9f97ee655e9e065c197b33a",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/stack-realign-kernel.ll",
      "new_id": "93b6eacf34292d6090731d23ec4d7f0c8e7cc6e6",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/stack-realign-kernel.ll"
    },
    {
      "type": "modify",
      "old_id": "5674f6e15e103c7aceb42d7ad545c830099e7977",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/stack-realign.ll",
      "new_id": "022cc1c7d28f4d77e076a9448ad27d9d3af8641e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/stack-realign.ll"
    },
    {
      "type": "modify",
      "old_id": "77010834cc3eefa8b82a4d7c10345898d351c0b8",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir",
      "new_id": "e446320f55a2b7d25c9c4aca76f5fec5322e4740",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir"
    },
    {
      "type": "modify",
      "old_id": "e8d6b24efd3eb7b0e91a659670a2649ad5aa4e48",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/store-hi16.ll",
      "new_id": "51ed07aa2964b5ba8b51d4441a9f7fd347f3ecd7",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/store-hi16.ll"
    },
    {
      "type": "modify",
      "old_id": "05ddadad86bbb561c9e53c1dda6121e1e4f6aec4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/subreg-split-live-in-error.mir",
      "new_id": "778c12b3dae0609515c56beb84d4252bf79e1a2d",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/subreg-split-live-in-error.mir"
    },
    {
      "type": "modify",
      "old_id": "508731a75e1b36dfa436d36845a4afd0d3ed8278",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/subvector-test.mir",
      "new_id": "8fd27d1c62d367a9c42580f8daac3f27a5bc246a",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/subvector-test.mir"
    },
    {
      "type": "modify",
      "old_id": "b1ad28a2e40f133258f738d86daf44bca9c1310c",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll",
      "new_id": "d9327368ac82b6970ddd4c874972555546731f0e",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll"
    },
    {
      "type": "modify",
      "old_id": "a5d5e7c82d70b8c208e3dd4c705f5fba341c55d5",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/virtregrewrite-undef-identity-copy.mir",
      "new_id": "98849ba3cbc43b139501ac8eaf62a33a22d68b08",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/virtregrewrite-undef-identity-copy.mir"
    },
    {
      "type": "modify",
      "old_id": "1026d63d70b7ae7f2c6bd11a2eb24f1bd53b3b48",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/wqm.ll",
      "new_id": "e3183989e7d24384e3deaaa4ecd1cab9e791d558",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/wqm.ll"
    },
    {
      "type": "modify",
      "old_id": "1b1118e7869d00e7062f9b1f8945cc6d3ce824ba",
      "old_mode": 33188,
      "old_path": "test/CodeGen/AMDGPU/wwm-reserved.ll",
      "new_id": "c69a9f58965e712a48867ca99a95f4b0dc3b6862",
      "new_mode": 33188,
      "new_path": "test/CodeGen/AMDGPU/wwm-reserved.ll"
    },
    {
      "type": "modify",
      "old_id": "8bc20c9b88c94afafd8ac894212c901d391053a9",
      "old_mode": 33188,
      "old_path": "test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir",
      "new_id": "e39ff3b350c801096d9810d031957465bf744da8",
      "new_mode": 33188,
      "new_path": "test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir"
    },
    {
      "type": "modify",
      "old_id": "87629c3ae3db2b8e154754f78d31ba0ac9ec3037",
      "old_mode": 33188,
      "old_path": "test/CodeGen/MIR/AMDGPU/machine-function-info.ll",
      "new_id": "95a70cfb33d0345321825fbb72640bc1e53a7623",
      "new_mode": 33188,
      "new_path": "test/CodeGen/MIR/AMDGPU/machine-function-info.ll"
    },
    {
      "type": "delete",
      "old_id": "bbf58085cfa03efae0e661537c50f3f783c12257",
      "old_mode": 33188,
      "old_path": "test/CodeGen/MIR/AMDGPU/mfi-parse-error-scratch-wave-offset-reg.mir",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "8e765ba01e32b2f2b279749e7350a17a4bace913",
      "old_mode": 33188,
      "old_path": "test/CodeGen/MIR/AMDGPU/mfi-scratch-wave-offset-reg-class.mir",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "c48b13e46e207ed282ba0ac4934f18521d1176f4",
      "old_mode": 33188,
      "old_path": "test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir",
      "new_id": "8bed8fe6af16710d9dd55a795f3fa7f0a962cb98",
      "new_mode": 33188,
      "new_path": "test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir"
    },
    {
      "type": "modify",
      "old_id": "cb8ebb6a6997b8a73d60976305a55a6df555e7a6",
      "old_mode": 33188,
      "old_path": "test/DebugInfo/AMDGPU/variable-locations.ll",
      "new_id": "365dd9dfea78b706678e3ec69271dc07877ecbf2",
      "new_mode": 33188,
      "new_path": "test/DebugInfo/AMDGPU/variable-locations.ll"
    }
  ]
}
