[PATCH] D50039: [LibCalls] Added nonnull atribute to libc function args

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 13 15:25:51 PDT 2018


xbolva00 added a comment.

I am trying to do this in functionattrs but problem is that the call was sunk to the successor before the functionattrs ran and in the functionattrs we just go thru instruction of EntryBlock :/


https://reviews.llvm.org/D50039





More information about the llvm-commits mailing list