llvm-project
8a6d5f68 - [VPlan] Update more VPRecipeBuilder members to take VPInst directly (NFC)

Commit
169 days ago
[VPlan] Update more VPRecipeBuilder members to take VPInst directly (NFC) Update VPRecipeBuilder methos to take VPInstruction* directly instead of ArrayRef<> for operands and Instruction * separately. This allows avoid accessing the underlying instruction in some cases, by using information directly from VPInstruction, like getOpcode(), getDebugLoc(), and getOperand(). It also allows directly transferring other information directly from VPInstruction in the future.
Author
Committer
Parents
Loading