[LLVMdev] Assert in VerifySDNode

Anton Korobeynikov anton at korobeynikov.info
Fri Apr 1 12:24:41 PDT 2011


> Probably it is isTargetMemoryOpcode.  For X86 there are a lot of these starting
> with
Yeah, I once was fooled with this as well. Basically target opcodes
can be there in two different forms - as pure TargetOpcode or as
TargetMemoryOpcode.
Adding stuff to the end of the enumeration will yield memory opcode by default.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list