[all-commits] [llvm/llvm-project] b4b42b: Cleaning up unreachable code in CodeLayout

spupyrev via All-commits all-commits at lists.llvm.org
Mon Aug 28 09:22:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4b42bd6522f22286fd2a409fe0fb140c86800f7
      https://github.com/llvm/llvm-project/commit/b4b42bd6522f22286fd2a409fe0fb140c86800f7
  Author: spupyrev <spupyrev at fb.com>
  Date:   2023-08-28 (Mon, 28 Aug 2023)

  Changed paths:
    M llvm/lib/Transforms/Utils/CodeLayout.cpp

  Log Message:
  -----------
  Cleaning up unreachable code in CodeLayout

- removing an unreachable instruction from the code (earlier code merge bug);
- silencing "unused variable" warnings.

Reviewed By: rahmanl

Differential Revision: https://reviews.llvm.org/D158859




More information about the All-commits mailing list