[PATCH] D96918: [llvm-readelf, propeller] Add fallthrough bit to basic block metadata in BB-Address-Map section.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 07:50:30 PST 2021


jhenderson added a comment.

llvm-readobj aspect looks fine.



================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1081
 /// given basic block. This can be used to capture more precise profile
-/// information. We use the last 3 bits (LSBs) to ecnode the following
+/// information. We use the last 4 bits (LSBs) to ecnode the following
 /// information:
----------------
(whilst you're changing this line)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96918/new/

https://reviews.llvm.org/D96918



More information about the llvm-commits mailing list