[PATCH] D63656: [Peephole] Allow folding loads into instructions w/multiple uses (such as test64rr)

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 10:32:49 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364336: [Peephole] Allow folding loads into instructions w/multiple uses (such as… (authored by reames, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63656?vs=206025&id=206482#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63656/new/

https://reviews.llvm.org/D63656

Files:
  llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h
  llvm/trunk/lib/CodeGen/MachineRegisterInfo.cpp
  llvm/trunk/lib/CodeGen/PeepholeOptimizer.cpp
  llvm/trunk/test/CodeGen/X86/addr-mode-matcher-2.ll
  llvm/trunk/test/CodeGen/X86/or-branch.ll
  llvm/trunk/test/CodeGen/X86/peephole-fold-testrr.mir
  llvm/trunk/test/CodeGen/X86/sibcall.ll
  llvm/trunk/test/CodeGen/X86/x86-shrink-wrapping.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63656.206482.patch
Type: text/x-patch
Size: 8898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/8930d768/attachment.bin>


More information about the llvm-commits mailing list