"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "dbcd4fda49daae37418a774edd5426bfa90ca1b0"
Add a 'dynamic' parameter to the objectsize intrinsic
This is meant to be used with clang's __builtin_dynamic_object_size. When 'true' is passed to this parameter, the intrinsic has the potential to be folded into instructions that will be evaluated at run time. When 'false', the objectsize intrinsic behaviour is unchanged. rdar://32212419 Differential revision: https://reviews.llvm.org/D56761 llvm-svn: 352664
Loading
Please register or sign in to comment