AlexeySotkin added inline comments.
================ Comment at: lib/CodeGen/CGBuiltin.cpp:3614 + ClkEvent = ClkEvent->getType()->isIntegerTy() + ? Builder.CreateBitOrPointerCast(ClkEvent, EventPtrTy) + : Builder.CreatePointerCast(ClkEvent, EventPtrTy); ---------------- Anastasia wrote: > It doesn't seem like we are testing the cast however? Sorry, could you elaborate on your question/concern ? Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D53809/new/ https://reviews.llvm.org/D53809 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits