[all-commits] [llvm/llvm-project] 9c3c6f: [Propeller] Add HasIndirectBranch to BBEntry::Meta...

Rahman Lavaee via All-commits all-commits at lists.llvm.org
Tue May 23 19:15:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c3c6f6acadab5c6938013830ccfb61c109417fa
      https://github.com/llvm/llvm-project/commit/9c3c6f6acadab5c6938013830ccfb61c109417fa
  Author: Rahman Lavaee <rahmanl at google.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

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

  Log Message:
  -----------
  [Propeller] Add HasIndirectBranch to BBEntry::Metadata.

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

Reviewed By: jhenderson

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




More information about the All-commits mailing list