summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/machine-copy-prop.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MachineCopyPropagation] Fix a bug causing incorrect removal for the ↵Hao Liu2015-03-131-0/+101
instruction sequences as follows %Q5_Q6<def> = COPY %Q2_Q3 %D5<def> = %D3<def> = %D3<def> = COPY %D6 // Incorrectly removed in MachineCopyPropagation Using of %D3 results in incorrect result ... Reviewed in http://reviews.llvm.org/D8242 llvm-svn: 232142
OpenPOWER on IntegriCloud