[all-commits] [llvm/llvm-project] 654a3a: [OpenCL][RISCV] Support SPIR_KERNEL calling conven...

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Wed Oct 18 20:00:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 654a3a3cbc1c9bbe6d3afff346d3f421a8a23384
      https://github.com/llvm/llvm-project/commit/654a3a3cbc1c9bbe6d3afff346d3f421a8a23384
  Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/spir-kernel-cc.ll

  Log Message:
  -----------
  [OpenCL][RISCV] Support SPIR_KERNEL calling convention (#69282)

X86 supports this calling convention but I don't find any special
handling, so I think we can just handle it via CC_RISCV.

This should fix #69197.




More information about the All-commits mailing list