[all-commits] [llvm/llvm-project] 31bca3: [RISCV] Pass the destination register to getVLENFa...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Oct 3 11:00:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 31bca38ad1ca9e71b0be3e6910443704040e734d
      https://github.com/llvm/llvm-project/commit/31bca38ad1ca9e71b0be3e6910443704040e734d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp

  Log Message:
  -----------
  [RISCV] Pass the destination register to getVLENFactoredAmount instead of returning it. NFC

This is a refactor for another patch. For now we move the vreg
creation to the caller.

Reviewed By: frasercrmck

Differential Revision: https://reviews.llvm.org/D135008




More information about the All-commits mailing list