[PATCH] D81929: [WIP][Attributor] Introduce CallBaseContext to the IRPosition
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 19 17:32:42 PDT 2020
kuter added a comment.
In D81929#2160764 <https://reviews.llvm.org/D81929#2160764>, @jdoerfert wrote:
> All this is missing now is a test :). We can just check for the debug output.
The problem I have is that this patch does not add anything that would trigger any of the code here.
There isn't much logic here either, most of it is in D83744 <https://reviews.llvm.org/D83744>.
I can add a unittest for 'hasCallBaseContext` and `stripCallBaseContext`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81929/new/
https://reviews.llvm.org/D81929
More information about the llvm-commits
mailing list