[all-commits] [llvm/llvm-project] f18005: [Inliner][NPM] Fix various tests under NPM

aeubanks via All-commits all-commits at lists.llvm.org
Mon Oct 12 10:42:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f1800579666c80adf8bb2f992a639e5b8e3a389b
      https://github.com/llvm/llvm-project/commit/f1800579666c80adf8bb2f992a639e5b8e3a389b
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
    M llvm/test/Transforms/Inline/alloca-dbgdeclare-merge.ll
    M llvm/test/Transforms/Inline/alloca-merge-align.ll
    M llvm/test/Transforms/Inline/array_merge.ll
    M llvm/test/Transforms/Inline/delete-call.ll
    M llvm/test/Transforms/Inline/devirtualize-2.ll
    M llvm/test/Transforms/Inline/devirtualize-3.ll
    M llvm/test/Transforms/Inline/externally_available.ll
    M llvm/test/Transforms/Inline/inline-cold-callee.ll
    M llvm/test/Transforms/Inline/inline-cold.ll
    M llvm/test/Transforms/Inline/inline-hot-callee.ll
    M llvm/test/Transforms/Inline/inline-hot-callsite.ll
    M llvm/test/Transforms/Inline/monster_scc.ll
    M llvm/test/Transforms/Inline/pr22285.ll
    M llvm/test/Transforms/Inline/prof-update-sample.ll

  Log Message:
  -----------
  [Inliner][NPM] Fix various tests under NPM

alloca-dbgdeclare-merge.ll:
alloca-merge-align.ll:
array_merge.ll:
 NPM inliner does not merge allocas

delete-call.ll:
 NPM inliner does not delete readonly calls

externally_available.ll:
 NPM inliner does not delete available_externally functions

inline-cold-callee.ll:
inline-hot-callee.ll:
 inline-hot-callee.ll has a comment saying it only applies to legacy PM,
 I assume same for inline-cold-callee.ll

devirtualize-2.ll:
inline-hot-callsite:
monster_scc.ll:
pr22285.ll:
 already has legacy and new PM RUN lines

inline-cold.ll:
 profile-summary required to see callee as cold

prof-update-sample.ll:
 profile-summary required to update branch_weights

Reviewed By: davidxl

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




More information about the All-commits mailing list