[all-commits] [llvm/llvm-project] 6cd475: [BOLT][NFC] Move out handlePCRelOperand

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cd475f8caaf96bc6856541cc650a804ad3f7111
      https://github.com/llvm/llvm-project/commit/6cd475f8caaf96bc6856541cc650a804ad3f7111
  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 handlePCRelOperand

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

Reviewed By: rafauler

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




More information about the All-commits mailing list