[PATCH] D101847: [AMDGPU] Fix function pointer argument bug in AMDGPU Propagate Attributes pass.
Jacob Weightman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 13:17:49 PDT 2021
jweightman updated this revision to Diff 343489.
jweightman added a comment.
I've attempted to handle constexpr function pointer casts. I had some issues, so I
left some TODOs describing the problems I encountered in the code. This version
isn't passing the new lit test. Thanks for all the help so far!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101847/new/
https://reviews.llvm.org/D101847
Files:
llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
llvm/test/CodeGen/AMDGPU/propagate-attributes-function-pointer-argument.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101847.343489.patch
Type: text/x-patch
Size: 4160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/9d49d3cf/attachment.bin>
More information about the llvm-commits
mailing list