[NFC][SLP] Cleanup: Replace Value* operand with Instruction* in...
[NFC][SLP] Cleanup: Replace Value* operand with Instruction* in `vectorizeRootInstruction()` and `vectorizeHorReduction()` This makes it explicit that these functions work with instructions, and avoids calling them if the operand is not an instruction. Differential Revision: https://reviews.llvm.org/D149465
Loading
Please sign in to comment