[all-commits] [llvm/llvm-project] c84485: [BOLT][NFC] Move out handleIndirectBranch

Amir Ayupov via All-commits all-commits at lists.llvm.org
Tue Aug 23 17:37:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c844850bdf4bba05f52f6028684f751b5b7cea1e
      https://github.com/llvm/llvm-project/commit/c844850bdf4bba05f52f6028684f751b5b7cea1e
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M bolt/include/bolt/Core/BinaryFunction.h
    M bolt/lib/Core/BinaryFunction.cpp

  Log Message:
  -----------
  [BOLT][NFC] Move out handleIndirectBranch

Move the large lambda out of BinaryFunction::disassemble, reducing its size from
295 to 255 LoC.

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




More information about the All-commits mailing list