[llvm-bugs] [Bug 51099] New: NVPTX backend crash due to address space inference failure
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 14 19:03:54 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51099
Bug ID: 51099
Summary: NVPTX backend crash due to address space inference
failure
Product: Projects
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Stacker
Assignee: unassignedbugs at nondot.org
Reporter: happybaoliang at gmail.com
CC: llvm-bugs at lists.llvm.org
Created attachment 25028
--> https://bugs.llvm.org/attachment.cgi?id=25028&action=edit
testcase makes NVPTX backend crash
I'm trying to compile CUDA code using llvmorg-11.0.0-rc6.
NVPTX backend crash when using the following command to compile PTX code:
llc -march=nvptx temp-cuda-nvptx64-nvidia-cuda-sm_50.ll -O3
testcase is attached.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210715/49e591f5/attachment.html>
More information about the llvm-bugs
mailing list