[all-commits] [llvm/llvm-project] 37cbbe: [BOLT][NFC] Move out handleAArch64IndirectCall
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Tue Aug 23 17:37:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37cbbea674f5a6d8c243c3c6247980c651c41acf
https://github.com/llvm/llvm-project/commit/37cbbea674f5a6d8c243c3c6247980c651c41acf
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 handleAArch64IndirectCall
Move the large lambda out of BinaryFunction::disassemble, reducing its size from
255 to 233 LoC.
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D132104
More information about the All-commits
mailing list