[all-commits] [llvm/llvm-project] ee4582: [RISCV] Use CCValAssign::getCustomReg for fixed ve...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Sep 13 07:24:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee4582f9c8c395b1a9d901b522510af622206049
      https://github.com/llvm/llvm-project/commit/ee4582f9c8c395b1a9d901b522510af622206049
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVCallingConv.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Use CCValAssign::getCustomReg for fixed vector arguments/returns with RVV. (#108470)

We need to insert a insert_subvector or extract_subvector which feels
pretty custom.

This should make it easier to support fixed vector arguments for GISel.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list