[PATCH] D28964: [PGO] Value profile support for value ranges

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 11:26:32 PST 2017


xur added a comment.

It seems I have to fall back the latest change in InstrProfData.inc. We have to use #else clause "VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))" because one of the version need to append INSTR_PROF_COMMA.


https://reviews.llvm.org/D28964





More information about the llvm-commits mailing list