[PATCH] D144598: [BOLT][NFC] Const-ify analyzeJumpTable

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 15:28:39 PST 2023


Amir created this revision.
Amir added reviewers: bolt, maksfb.
Herald added a reviewer: rafauler.
Herald added subscribers: treapster, ayermolo.
Herald added a project: All.
Amir requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.

Avoid modifying `BF`, instead set extra output parameter and modify BF in caller
scope.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144598

Files:
  bolt/include/bolt/Core/BinaryContext.h
  bolt/include/bolt/Core/JumpTable.h
  bolt/lib/Core/BinaryContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144598.499658.patch
Type: text/x-patch
Size: 6068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/c3b7d0e7/attachment.bin>


More information about the llvm-commits mailing list