[PATCH] D136140: [SimplifyLibCalls] Add NoUndef/NonNull/Dereferenceable attributes to iprintf/siprintf

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 00:57:02 PDT 2022


nikic added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp:3041
 
   annotateNonNullNoUndefBasedOnAccess(CI, {0, 1});
   return nullptr;
----------------
Can we just move this call higher up?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136140/new/

https://reviews.llvm.org/D136140



More information about the llvm-commits mailing list