[PATCH] D150611: [Propeller] Add HasIndirectBranch to BBEntry::Metadata.

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 13:59:43 PDT 2023


rahmanl created this revision.
rahmanl added a reviewer: dhoekwater.
Herald added subscribers: pengfei, hiraditya, emaste.
Herald added a reviewer: jhenderson.
Herald added a project: All.
rahmanl updated this revision to Diff 522334.
rahmanl added a comment.
rahmanl published this revision for review.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Fix comment.


This information helps to avoid considering cloning for blocks with indirect branches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150611

Files:
  llvm/include/llvm/Object/ELFTypes.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/test/CodeGen/X86/basic-block-sections-labels.ll
  llvm/test/tools/llvm-readobj/ELF/bb-addr-map-relocatable.test
  llvm/test/tools/llvm-readobj/ELF/bb-addr-map.test
  llvm/tools/llvm-readobj/ELFDumper.cpp
  llvm/unittests/Object/ELFObjectFileTest.cpp
  llvm/unittests/Object/ELFTypesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150611.522334.patch
Type: text/x-patch
Size: 12503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/0758e9cd/attachment.bin>


More information about the llvm-commits mailing list