| commit | e795daa55e8043b72bc67b388f61d24a98dc966b | [log] [tgz] | 
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Sun Mar 12 19:15:10 2017 +0000 | 
| committer | Sanjay Patel <spatel@rotateright.com> | Sun Mar 12 19:15:10 2017 +0000 | 
| tree | 9d2217d967181414f742f3b312dd445baefebe16 | |
| parent | c9d4cb2f428bcc4c0d08d78beefde70a63ec2666 [diff] | 
[x86] these aren't the undefs you're looking for (PR32176) x86 has undef SSE/AVX intrinsics that should represent a bogus register operand. This is not the same as LLVM's undef value which can take on multiple bit patterns. There are better solutions / follow-ups to this discussed here: https://bugs.llvm.org/show_bug.cgi?id=32176 ...but this should prevent miscompiles with a one-line code change. Differential Revision: https://reviews.llvm.org/D30834 llvm-svn: 297588