"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "3f5a5dd295f5655c34feff829b0fd61ab1143710"
Disable hoisting MI to hotter basic blocks
In current Hoist() function of machine licm pass, it will not check the source and destination basic block frequencies that a instruction is hoisted from/to. There is a chance that instruction is hoisted from a cold to a hot basic block. In this patch, we add options to disable machine instruction hoisting if destination block is hotter. Differential Revision: https://reviews.llvm.org/D63676
Loading
Please register or sign in to comment