Paweł Bylica
2015-Jan-16 13:54 UTC
[LLVMdev] extractelement instruction and undefined behavior
extractelement instruction semantics specification states that "If idx exceeds the length of val, the results are undefined." For me it means I will get undef value. In practice it's a crash - undefined behavior. Is the specification unclear or my understanding is wrong? - Paweł -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150116/d9896449/attachment.html>