[all-commits] [llvm/llvm-project] b90fca: [CodeLayout][NFC] Using MergedVector to avoid extr...

spupyrev via All-commits all-commits at lists.llvm.org
Thu Oct 12 15:07:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b90fcafcd68f77c86f18ecd812fb92961afbb3ba
      https://github.com/llvm/llvm-project/commit/b90fcafcd68f77c86f18ecd812fb92961afbb3ba
  Author: spupyrev <spupyrev at users.noreply.github.com>
  Date:   2023-10-12 (Thu, 12 Oct 2023)

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

  Log Message:
  -----------
  [CodeLayout][NFC] Using MergedVector to avoid extra vector allocations (#68724)

Using a wrapper (MergedVector) around vectors to avoid extra vector
allocations.
Plus a few edits in the comments.




More information about the All-commits mailing list