[CostModel][X86] X86TTIImpl::getCmpSelInstrCost - try to use Predicate...
[CostModel][X86] X86TTIImpl::getCmpSelInstrCost - try to use Predicate argument directly first (PR48337) There's still a lot of cases where getCmpSelInstrCost fails to specify a predicate, once those are in place we should be able to remove the fallback to the Instruction argument entirely.
Loading
Please sign in to comment