[Attributor][FIX] AACallEdges, fix propagation error.
authorKuter Dinel <kuterdinel@gmail.com>
Sun, 12 Sep 2021 23:41:54 +0000 (02:41 +0300)
committerKuter Dinel <kuterdinel@gmail.com>
Mon, 13 Sep 2021 00:45:26 +0000 (03:45 +0300)
commit9a193bdc81e1db22c1035f2f771f5f8034627608
tree767b3be6002cc7fb179c35f6b375573e8fccdadb
parentf94a118a6eb381454c658f62958678c6a442eefb
[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.
llvm/lib/Transforms/IPO/AttributorAttributes.cpp