[PATCH] D51795: AMDGPU: Don't error on calls to constexpr casts of functions

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 12:06:14 PDT 2018


scott.linder requested changes to this revision.
scott.linder added a comment.
This revision now requires changes to proceed.

This patch requires changes to CallGraph, and doesn't address inlining through bitcasts. I think https://reviews.llvm.org/D52741 can supercede it, and if we still want to make those changes to CallGraph they can be done independently.


https://reviews.llvm.org/D51795





More information about the llvm-commits mailing list