[PATCH] D65280: Add a pass to lower is.constant intrinsics

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 07:44:45 PDT 2019


jyknight added a comment.

I think the pass needs to handle the removal of any remaining llvm.objectsize, as well, so that llvm.is.constant(llvm.objectsize(...)) continues to return true -- even if the object size cannot be determined.


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

https://reviews.llvm.org/D65280





More information about the llvm-commits mailing list