[all-commits] [llvm/llvm-project] 58c9ef: [RISCV] Use f64 for LocVT for ilp32 when whole f64...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Oct 15 21:35:28 PDT 2023


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

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

  Log Message:
  -----------
  [RISCV] Use f64 for LocVT for ilp32 when whole f64 is passed on the stack. NFC (#69118)

This removes the special case from unpackF64OnRV32DSoftABI. We can use
the default MemLoc handling.

This also allows us to remove a isRegLoc() check from LowerCall.

This part of preparation for supporting FP arguments with GISel.




More information about the All-commits mailing list