[PATCH] D23253: [X86] Generalized transformation of `definstr gr8; movzx gr32, gr8` to `xor gr32, gr32; definstr gr8`

bryant via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 16:42:48 PDT 2016


bryant updated this revision to Diff 68284.
bryant added a comment.

Fix nullptr deref caused by swapped cases.


Repository:
  rL LLVM

https://reviews.llvm.org/D23253

Files:
  test/CodeGen/X86/avx-intrinsics-x86.ll
  test/CodeGen/X86/fp128-cast.ll
  test/CodeGen/X86/fp128-compare.ll
  test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
  test/CodeGen/X86/sse42-intrinsics-x86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23253.68284.patch
Type: text/x-patch
Size: 15449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/3ebb8c1b/attachment.bin>


More information about the llvm-commits mailing list