[all-commits] [llvm/llvm-project] dbe6d8: [PPCGCodeGeneration] Look for function instead of ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Apr 19 09:01:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbe6d85b8b245bd913e6f38425dc5e37cd610bfa
https://github.com/llvm/llvm-project/commit/dbe6d85b8b245bd913e6f38425dc5e37cd610bfa
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
Log Message:
-----------
[PPCGCodeGeneration] Look for function instead of function pointer type
What this code is actually interested in are references to functions.
Use of a function pointer type is being used as an imprecise proxy
for that.
More information about the All-commits
mailing list