summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/taildup-inst-dup-loc.mir
Commit message (Collapse)AuthorAgeFilesLines
* [TailDuplicator] Fix copy instruction emitting into the wrong block.Amara Emerson2019-07-021-0/+125
The code for duplicating instructions could sometimes try to emit copies intended to deal with unconstrainable register classes to the tail block of the original instruction, rather than before the newly cloned instruction in the predecessor block. This was exposed by GlobalISel on arm64. Differential Revision: https://reviews.llvm.org/D64049 llvm-svn: 364888
OpenPOWER on IntegriCloud