[all-commits] [llvm/llvm-project] 8b8675: [VPlan] Remove unused VPInstruction constructor. (...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Nov 24 06:08:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b86752c60f1d18f367fdd29f47bc3bd8646bbd2
      https://github.com/llvm/llvm-project/commit/8b86752c60f1d18f367fdd29f47bc3bd8646bbd2
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-11-24 (Wed, 24 Nov 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlan.h

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list