[PATCH] D98884: [IR] Ignore bitcasts of function pointers which are only used as callees in callbase instruction
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 25 12:29:46 PDT 2021
madhur13490 added a comment.
In D98884#2651450 <https://reviews.llvm.org/D98884#2651450>, @arsenm wrote:
> In D98884#2651396 <https://reviews.llvm.org/D98884#2651396>, @madhur13490 wrote:
>
>> The bot shows failure of bad-signature.c at https://reviews.llvm.org/B95560. When ran locally it does report the correct values and thus pass. I am not sure how to fix the test failure.
>> Failure in tile-and-distribute.mlir seems unrelated to this change.
>>
>> @jdoerfert/ @arsenm / @rampitec , please advise.
>
> The bots are imperfect, I would say it's unrelated
Thanks. This patch now addresses all known failures and thus I don't expect it to be a moving target from now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98884/new/
https://reviews.llvm.org/D98884
More information about the llvm-commits
mailing list