[all-commits] [llvm/llvm-project] 9a193b: [Attributor][FIX] AACallEdges, fix propagation error.

Kuter Dinel via All-commits all-commits at lists.llvm.org
Sun Sep 12 17:46:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a193bdc81e1db22c1035f2f771f5f8034627608
      https://github.com/llvm/llvm-project/commit/9a193bdc81e1db22c1035f2f771f5f8034627608
  Author: Kuter Dinel <kuterdinel at gmail.com>
  Date:   2021-09-13 (Mon, 13 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][FIX] AACallEdges, fix propagation error.

This patch fixes a error made in 2cc6f7c8e108. That patch
added a call site position but there was a small error with the way
the presence of a unknown call edge was being propagated from call site
to function. This patch fixes that error. This error was effecting some
AMDGPU tests.




More information about the All-commits mailing list