[PATCH] D45608: [CallSiteSplit] Make sure we remove nonnull if the parameter turns out to be a constant.

Xin Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 07:31:03 PDT 2018


trentxintong added a comment.

In https://reviews.llvm.org/D45608#1067141, @junbuml wrote:

> Thanks for handling this. Just curious if you see any issue with the non-null attribute in a constant ?


Probably no problem other than it bloats the IR a bit with unnecessary attribute.


Repository:
  rL LLVM

https://reviews.llvm.org/D45608





More information about the llvm-commits mailing list