[PATCH] D139213: [llvm][CUDA] Make NVVM Reflect pass look inside ptr casting
Hugh Delaney via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 03:13:56 PST 2022
hdelan updated this revision to Diff 482782.
hdelan added a comment.
Change description in test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139213/new/
https://reviews.llvm.org/D139213
Files:
llvm/test/CodeGen/NVPTX/nvvm-reflect-ocl.ll
Index: llvm/test/CodeGen/NVPTX/nvvm-reflect-ocl.ll
===================================================================
--- llvm/test/CodeGen/NVPTX/nvvm-reflect-ocl.ll
+++ llvm/test/CodeGen/NVPTX/nvvm-reflect-ocl.ll
@@ -1,5 +1,4 @@
-; Verify that __nvvm_reflect() is replaced with an appropriate value when
-; wrapped in bitcast.
+; Verify that __nvvm_reflect_ocl() is replaced with an appropriate value
;
; RUN: opt %s -S -passes='default<O2>' -mtriple=nvptx64 \
; RUN: | FileCheck %s --check-prefixes=COMMON,SM20
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139213.482782.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/a55594a7/attachment.bin>
More information about the llvm-commits
mailing list