[PATCH] D21736: [InstrProfiling] Mark __llvm_profile_instrument_target last parameter as i32 zeroext if appropriate.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 09:38:38 PDT 2016
koriakin added a comment.
In http://reviews.llvm.org/D21736#467986, @davidxl wrote:
> One nit. Can you save TLI pointer in InstProfiling instead of passing it around?
Save where? I thought run is not supposed to modify the Pass object, and I don't have TLI before that.
Repository:
rL LLVM
http://reviews.llvm.org/D21736
More information about the llvm-commits
mailing list