[all-commits] [llvm/llvm-project] fb6a52: Revert "[IR] Ignore bitcasts of function pointers ...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Apr 6 07:34:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb6a5237aa73e42d476f3736afcd531a593d3c33
      https://github.com/llvm/llvm-project/commit/fb6a5237aa73e42d476f3736afcd531a593d3c33
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M llvm/lib/IR/Function.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    R llvm/test/Analysis/CallGraph/ignore-bitcast-call-argument-callee.ll
    R llvm/test/Analysis/CallGraph/ignore-bitcast-call-argument.ll
    R llvm/test/Analysis/CallGraph/ignore-bitcast-callees.ll
    R llvm/test/Analysis/CallGraph/ignore-bitcast-callees2.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/arg-count-mismatch.ll
    M llvm/test/Transforms/Attributor/IPConstantProp/arg-type-mismatch.ll
    R llvm/test/Transforms/GlobalOpt/assumelike-bitcast-fastcc.ll
    R llvm/test/Transforms/GlobalOpt/bitcast-call-argument-fastcc.ll
    R llvm/test/Transforms/GlobalOpt/bitcast-callees-fastcc.ll
    R llvm/test/Transforms/GlobalOpt/blockaddr-bitcast-fastcc.ll
    M llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
    M llvm/test/Transforms/SCCP/arg-count-mismatch.ll
    M llvm/test/Transforms/SCCP/arg-type-mismatch.ll

  Log Message:
  -----------
  Revert "[IR] Ignore bitcasts of function pointers which are only used as callees in callbase instruction"

This reverts commit 167ea67d

This causes a bunch of build failures:
* http://lab.llvm.org:8011/#/builders/121/builds/6287
* http://green.lab.llvm.org/green/job/clang-stage1-RA/19915




More information about the All-commits mailing list