You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NVPTX will crash on Cannot select a dynamic_stackalloc given the following LLVM IR.
The bug can be reproduced on the latest commit e723c69b9 and LLVM14.
This should now be fixed. The linked example now shows an error message about insufficient sm and ptx version. Once these are added the program compiles without issue: https://llvm.godbolt.org/z/3Taj6bx17
NVPTX will crash on Cannot select a
dynamic_stackalloc
given the following LLVM IR.The bug can be reproduced on the latest commit
e723c69b9
and LLVM14.You can find it here: https://llvm.godbolt.org/z/ea3TbvTqE
The stack trace is following:
The text was updated successfully, but these errors were encountered: