[X86] Merge LowerCTLZ and LowerCTLZ_ZERO_UNDEF into a single function that branches...
authorCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 06:27:39 +0000 (06:27 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 06:27:39 +0000 (06:27 +0000)
commitdbc981f71fa2f000c4c58b8be8e9aae9eeee0d9f
tree0f17b1da298705935599e98c14e7251aae51f404
parent6469a39f51b1b2c516488bda59756f88d1750612
[X86] Merge LowerCTLZ and LowerCTLZ_ZERO_UNDEF into a single function that branches internally for the one difference, allowing the rest of the code to be common. NFC

llvm-svn: 267331
llvm/lib/Target/X86/X86ISelLowering.cpp