[LLVMbugs] [Bug 21352] Vector lowering: Assertion `isReg() && "This is not a register operand!"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Nov 13 17:31:33 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21352

Tim Northover <t.p.northover at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Tim Northover <t.p.northover at gmail.com> ---
Should be fixed by r221961.

The issue was a stray TargetConstant in a position that's too generic; it
wasn't being selected (using TargetConstant is basically a promise to ISel that
whatever instruction gets generated will be able to cope with that value).

-- 
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/20141114/e5dc5fd2/attachment.html>


More information about the llvm-bugs mailing list