[PATCH] D151254: InstSimplify: Require instruction be parented

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 15:13:25 PDT 2023


aeubanks added a comment.

from what I can tell, the binary size increase seems to be due to instsimplify in the inliner respecting `null_pointer_is_valid` more, which is actually a bug fix


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

https://reviews.llvm.org/D151254



More information about the llvm-commits mailing list