[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (PR #108812)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 28 20:44:30 PDT 2024
KanRobert wrote:
> NumPHIInsts
Good knowledge! Then it seems this optimization for this case w/ CFCMOV does not have any value...
We just need to add a tuning knob for `NumPHIInsts <= ProfitableToSinkInstructionThreshold`, from my perspective.
https://github.com/llvm/llvm-project/pull/108812
More information about the llvm-commits
mailing list