[all-commits] [llvm/llvm-project] 660cae: Revert "[AMDGPU] [IndirectCalls] Don't propagate a...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Wed Jun 23 18:35:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 660cae84c3144a42272daa16415fc9a2532773c4
https://github.com/llvm/llvm-project/commit/660cae84c3144a42272daa16415fc9a2532773c4
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
R llvm/test/CodeGen/AMDGPU/propagate-attributes-common-callees.ll
R llvm/test/CodeGen/AMDGPU/propagate-attributes-direct-indirect-common-callee.ll
M llvm/test/CodeGen/AMDGPU/propagate-attributes-function-pointer-argument.ll
R llvm/test/CodeGen/AMDGPU/propagate-attributes-indirect.ll
R llvm/test/CodeGen/AMDGPU/propagate-attributes-launch-bounds.ll
Log Message:
-----------
Revert "[AMDGPU] [IndirectCalls] Don't propagate attributes to address taken functions and their callees"
This reverts commit 6a3beb1f68d6791a4cd0190f68b48510f754a00a.
Test case that triggers an infinite loop before the revert is at
the review for D103138.
More information about the All-commits
mailing list