[all-commits] [llvm/llvm-project] 3a4b0e: [RISCV][GISel] Disable call lowering for integers ...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Oct 20 11:05:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a4b0e9356748fc7d84f25d1b4c81352e9e23cce
      https://github.com/llvm/llvm-project/commit/3a4b0e9356748fc7d84f25d1b4c81352e9e23cce
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp

  Log Message:
  -----------
  [RISCV][GISel] Disable call lowering for integers larger than 2*XLen. (#69144)

Types larger than 2*XLen are passed indirectly which is not supported
yet. Currently, we will incorrectly pass X10 multiple times.




More information about the All-commits mailing list