[all-commits] [llvm/llvm-project] 631516: [ARM] Pass 2 instead of 0 to PHINode::Create in MV...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Jul 8 16:00:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 631516301ea34f5e16dc13134037f2d748248606
      https://github.com/llvm/llvm-project/commit/631516301ea34f5e16dc13134037f2d748248606
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp

  Log Message:
  -----------
  [ARM] Pass 2 instead of 0 to PHINode::Create in MVEGatherScatterLowering. NFC

This parameter controls how much space is reserved for incoming
values. There are always going to be 2 incoming values in this case.

While there remove the unused std::vector right below.

Found while looking at porting this code to RISCV.




More information about the All-commits mailing list