[PATCH] D57427: [CodeGen][ObjC] Fix assert on calling `__builtin_constant_p` with ObjC objects.

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 02:30:49 PST 2019


hans added a comment.
Herald added a subscriber: jdoerfert.

> Also looks like in practice it shouldn't be a serious problem, `__builtin_constant_p` can be optimized out. For example, see https://godbolt.org/z/e1b4dB

Okay, I'm not going to worry about it then. Thanks.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57427





More information about the llvm-commits mailing list