[all-commits] [llvm/llvm-project] 735945: [VPlan] Queue (block, operand) pairs together (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Sep 14 12:03:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7359450e6a053f11cc628afcfc562aeb1da229cc
      https://github.com/llvm/llvm-project/commit/7359450e6a053f11cc628afcfc562aeb1da229cc
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

  Log Message:
  -----------
  [VPlan] Queue (block, operand) pairs together (NFC).

Instead of discovering the sink-to block for each operand in the main
loop, the sink-to block can instead be directly queued with the
operands.

This simplifies processing in the main loop and is a NFC change split
off from D104254 as suggested there.




More information about the All-commits mailing list