summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pseudo_cmov_lower.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Improve EmitLoweredSelect for contiguous CMOV pseudo instructions.Michael Kuperstein2015-08-061-0/+267
This change improves EmitLoweredSelect() so that multiple contiguous CMOV pseudo instructions with the same (or exactly opposite) conditions get lowered using a single new basic-block. This eliminates unnecessary extra basic-blocks (and CFG merge points) when contiguous CMOVs are being lowered. Patch by: kevin.b.smith@intel.com Differential Revision: http://reviews.llvm.org/D11428 llvm-svn: 244202
OpenPOWER on IntegriCloud