]> granicus.if.org Git - llvm/commit
[x86] fix value types for SBB transform (PR33560)
authorSanjay Patel <spatel@rotateright.com>
Fri, 23 Jun 2017 18:42:15 +0000 (18:42 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 23 Jun 2017 18:42:15 +0000 (18:42 +0000)
commit243c5c12f5b579a3d316dadffe0d238aa8f8f658
treee23ff533149bfc497a9eba624da86f986cb5b5c8
parent34c8eeb7921900c4edbca9e3b67d63b8a9199299
[x86] fix value types for SBB transform (PR33560)

I'm not sure yet why this wouldn't fail in the simple case,
but clearly I used the wrong value type with:
https://reviews.llvm.org/rL306040

...and the bug manifests with:
https://bugs.llvm.org/show_bug.cgi?id=33560

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306139 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/sbb.ll