)]}'
{
  "commit": "676348b75c020681008920627b658f57e2742e2d",
  "tree": "8bf289b383f6d6757ef90b36cf7d9553a5282a1b",
  "parents": [
    "d0835adc4e114eac911150b3692b830b5583223a",
    "42d9f099e0f703bf681ab5e5fa502193bab7ad9e"
  ],
  "author": {
    "name": "Matthias Krüger",
    "email": "476013+matthiaskrgr@users.noreply.github.com",
    "time": "Sat Dec 20 13:45:59 2025 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Sat Dec 20 13:45:59 2025 +0100"
  },
  "message": "Rollup merge of #146747 - a4lg:codegen-llvm-feature-float-tidying, r\u003dpetrochenkov\n\nrustc_codegen_llvm: Tidying of `update_target_reliable_float_cfg`\n\nThis PR simplifies floating type handling through `update_target_reliable_float_cfg` based on several facts:\n\n1.  Major changes in behavior normally occurs only on the major LLVM upgrade.\n2.  The first release of LLVM 20.x.x is 20.1.0.\n\nDue to the first fact, we can normally ignore minor and patch releases of LLVM and we can remove obscure variables like `lt_xx_x_x`.\nThe second fact is missed when the minimum LLVM version is raised to LLVM 20 (cf. rust-lang/rust#145071) and one \"fixed in LLVM 20\" case can be safely removed (another cannot be removed since it\u0027s fixed on LLVM 20.1.1).\n\nIt also reorders certain `match` clauses by the architecture when there\u0027s no problems reordering it.\n\nNote that, an LLVM issue on MIPS is fixed on LLVM 20.1.**0** and another on AArch64 is fixed on LLVM 20.1.**1**.\nOriginally, they are both considered fixed on LLVM 20.1.**1** but the author separated them into two cases (so that the MIPS bug checking can be removed).\n",
  "tree_diff": []
}
