[llvm-commits] Machine Branch Probability Info
Jakub Staszak
jstaszak at apple.com
Wed Jun 15 09:53:47 PDT 2011
On Jun 14, 2011, at 11:28 AM, Jakob Olesen wrote:
> +++ include/llvm/CodeGen/MachineBasicBlock.h (working copy)
>
> Please make sure that the weight vectors are not allocated in -O0 builds. We don't want to pay for profiling info that isn't there. Same thing with -use-mbpi.
>
Jakob,
How can I do that? I don't have any access to OptLevel in MachineBasicBlock.
Thanks!
- Kuba
More information about the llvm-commits
mailing list