[PATCH] D113006: [NVPTX] Add MoveParam instruction for TargetExternalSymbol operand

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 04:46:43 PDT 2021


asavonic added inline comments.


================
Comment at: llvm/test/CodeGen/NVPTX/lower-byval-args.ll:1-2
-; RUN: llc < %s -mcpu=sm_20 | FileCheck %s
-
-target triple = "nvptx64-nvidia-cuda"
+; RUN: llc < %s -mtriple nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefixes=CHECK,CHECK64
+; RUN: llc < %s -mtriple nvptx -mcpu=sm_20 | FileCheck %s --check-prefixes=CHECK,CHECK32
 
----------------
tra wrote:
> Do we want to enable verifier here, too?
Thanks, fixed that before landing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113006/new/

https://reviews.llvm.org/D113006



More information about the llvm-commits mailing list