summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/memcpy-from-string.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SelectionDAG] Fold more offsets into GlobalAddressesDan Gohman2016-01-221-0/+24
This reapplies r258296 and r258366, and also fixes an existing bug in SelectionDAG.cpp's isMemSrcFromString, neglecting to account for the offset in a GlobalAddressSDNode, which is uncovered by those patches. llvm-svn: 258482
OpenPOWER on IntegriCloud