[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
Sun Aug 14 13:10:09 PDT 2016
bryant updated this revision to Diff 67985.
bryant added a comment.
Convert explicit checks for `nullptr` to `operator bool`.
Repository:
rL LLVM
https://reviews.llvm.org/D23253
Files:
include/llvm/CodeGen/CalcSpillWeights.h
lib/CodeGen/CalcSpillWeights.cpp
lib/Target/X86/CMakeLists.txt
lib/Target/X86/X86.h
lib/Target/X86/X86FixupZExt.cpp
lib/Target/X86/X86TargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23253.67985.patch
Type: text/x-patch
Size: 28271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160814/e701761f/attachment.bin>
More information about the llvm-commits
mailing list