Dmitry Mikushin
2013-Oct-09 03:38 UTC
[LLVMdev] [NVPTX] Assertion `RegNo < NumRegs && "Attempting to access record for invalid register number!"' failed.
Hi Justin, After catching up with LLVM trunk, I've encountered a new backend issue around i1. Is i1 support still incomplete? Bug report: http://llvm.org/bugs/show_bug.cgi?id=17519 Thanks, - D. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131009/4ca2cbdd/attachment.html>
Dmitry Mikushin
2013-Oct-09 20:43 UTC
[LLVMdev] [NVPTX] Assertion `RegNo < NumRegs && "Attempting to access record for invalid register number!"' failed.
Worked for r182420 and r183652, so seems to be a regression. Any chance to look at this anytime soon? Thanks, - D. 2013/10/9 Dmitry Mikushin <dmitry at kernelgen.org>> Hi Justin, > > After catching up with LLVM trunk, I've encountered a new backend issue > around i1. Is i1 support still incomplete? > > Bug report: http://llvm.org/bugs/show_bug.cgi?id=17519 > > Thanks, > - D. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131009/fe2413e6/attachment.html>
Reasonably Related Threads
- [LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
- [LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
- [LLVMdev] [NVPTX] Strange assertion around BlockToChain.clear(); in Release+Asserts build
- [LLVMdev] [NVPTX] launch_bounds support?
- [LLVMdev] NVPTX: __iAtomicCAS support ?