[llvm] e5822de - [FunctionAttrs] Infer argmemonly .
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 09:52:09 PDT 2022
Hi,
On Wed, Mar 16, 2022 at 3:40 PM Jeremy Morse <jeremy.morse.llvm at gmail.com>
wrote:
> Hi Florian,
>
> It looks like this trips up some of the asan buildbots:
>
> https://lab.llvm.org/buildbot/#/builders/127/builds/26425
> https://lab.llvm.org/buildbot/#/builders/37/builds/11628
>
> Would you be able to take a look?
>
Thanks for the heads-up, I missed those legit failures due to a bunch of
unrelated failures.
With the new attributes, clang is able to completely remove `LargeFunction`
in the test, so the asan failure does not trigger. I'll update the test to
prevent the call from being optimized out.
Cheers,
Florian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/615c7783/attachment.html>
More information about the llvm-commits
mailing list