[PATCH] D23727: [Profile] SelectInst instrumentation Support in IR-PGO

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 18:09:51 PDT 2016


vsk added a comment.

(Instruction::extractProfTotalWeight seems OK with branch weight metadata on selects, but at a glance I can't tell whether or not SimplifyCFG uses that information. The verifier doesn't check this metadata for validity..)


https://reviews.llvm.org/D23727





More information about the llvm-commits mailing list