[all-commits] [llvm/llvm-project] 3ae03f: [RISCV] Add helper function to share some of the c...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Apr 6 09:54:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ae03f67fe41f336c022ada37f8525bfa2bc5a8e
      https://github.com/llvm/llvm-project/commit/3ae03f67fe41f336c022ada37f8525bfa2bc5a8e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h

  Log Message:
  -----------
  [RISCV] Add helper function to share some of the code for isel of vector load/store intrinsics.

Many of the operands are handled the same or in the same order
for all these intrinsics. Factor out the code for selecting and
pushing them into the Operands vector.

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




More information about the All-commits mailing list