[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 11:23:37 PDT 2016
bryant updated this revision to Diff 67980.
bryant added a comment.
Herald added a subscriber: qcolombet.
- Rely on RAII to clean up unused `MOV32r0`
- Outsource register allocation hints to `VirtRegAuxInfo::copyHint`
- Add regmask constraints if no hints are found
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.67980.patch
Type: text/x-patch
Size: 28225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160814/e9d7df6b/attachment-0001.bin>
More information about the llvm-commits
mailing list