llvm/test/CodeGen/X86/peephole-copy.mir
0 → 100644
+34
−0
Loading
Function foldRedundantCopy records COPY instructions in CopyMIs and uses it later. But other optimizations may delete or modify it. So before using it we should check if the extracted instruction is existing and still a COPY instruction.