summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-1.ll
Commit message (Expand)AuthorAge
* Removed PackedDouble domain from scalar instructions. Added more formats for ...Elena Demikhovsky2013-06-09
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-30
* Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng2011-11-28
* DAG combine should not increase alignment of loads / stores with alignment lessEvan Cheng2011-11-28
* now that generic vector types aren't selected onto MMX registers, theseChris Lattner2010-12-19
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-24
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-18
* When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman2009-09-09