[PATCH] D36858: [x86] Teach the cmov converter to aggressively convert cmovs with memory operands into control flow.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 18:02:13 PDT 2017
chandlerc updated this revision to Diff 111779.
chandlerc added a comment.
Update with more comprehensive testing and a bug fix mentioned in code review
(as well as the suggested test and an even more exciting test case).
https://reviews.llvm.org/D36858
Files:
lib/Target/X86/X86CmovConversion.cpp
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/pr15981.ll
test/CodeGen/X86/x86-cmov-converter.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36858.111779.patch
Type: text/x-patch
Size: 16808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170819/c26788ad/attachment.bin>
More information about the llvm-commits
mailing list