Files
clang-p2996/llvm/lib/Transforms/Vectorize
Florian Hahn 8b86752c60 [VPlan] Remove unused VPInstruction constructor. (NFC)
VPInstruction inherits from VPValue, so the constructor taking
ArrayRef<VPValue*> covers all cases that would be covered by the removed
constructor.
2021-11-24 14:06:50 +00:00
..