[llvm-bugs] [Bug 10564] VerifyNodeCommon(llvm::SDNode*): Assertion `(I->getValueType() == EltVT || (EltVT.isInteger() && I->getValueType().isInteger() && EltVT.bitsLE(I->getValueType()))) && "Wrong operand type!"' failed.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 13 09:52:36 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=10564
Simon Pilgrim <llvm-dev at redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |llvm-dev at redking.me.uk
Component|new bugs |Backend: X86
Product|new-bugs |libraries
Resolution|--- |FIXED
--- Comment #2 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Resolving this - its been fixed since at least 3.5, any problems were probably
fixed in Chandler's re-write of the x86 shuffle lowering.
--
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/20170313/dceca6a6/attachment-0001.html>
More information about the llvm-bugs
mailing list