"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "251274795944e169e89b5483dd32f6382550616e"
[LICM] Hoist loads with invariant.group metadata
Previously loading the vtable used in calling a virtual method in a loop was not hoisted out of the loop. This fixes that. canSinkOrHoistInst() itself doesn't check that the load operands are loop invariant, callers also check that separately. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D99784
Loading
Please register or sign in to comment