lebedev.ri added a comment. In D59467#1432675 <https://reviews.llvm.org/D59467#1432675>, @Tyker wrote:
> if likely/unlikely can be applied to any statement or label what should be > generated when it is applied to a statement that don't have any conditional > branch ? should it be ignored without warning or error ? I think this should be modelled as a new statement type, `AttributeDeclStmt` or even `LikelihoodDeclStmt`. I'm not fully sure how to model it in codegen. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59467/new/ https://reviews.llvm.org/D59467 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits