Files
clang-p2996/llvm/test/CodeGen/X86
weiguozhi 24633eac38 [Peephole] Check instructions from CopyMIs are still COPY (#69511)
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.
2023-10-20 08:34:43 -07:00
..