[all-commits] [llvm/llvm-project] d0615a: [NVPTX] Handle bitcast and ASC(101) when trying to...

Artem Belevich via All-commits all-commits at lists.llvm.org
Tue Apr 6 13:13:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0615a93bb6d7aedc43323dc8957fe57e86ed8ae
      https://github.com/llvm/llvm-project/commit/d0615a93bb6d7aedc43323dc8957fe57e86ed8ae
  Author: Artem Belevich <tra at google.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
    M llvm/test/CodeGen/NVPTX/lower-byval-args.ll

  Log Message:
  -----------
  [NVPTX] Handle bitcast and ASC(101) when trying to avoid argument copy.

This allows us to skip the copy in few more cases.

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




More information about the All-commits mailing list