[PATCH] D41463: [CodeGen] Add a new pass for PostRA sink

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 13:11:36 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL328237: [CodeGen] Add a new pass for PostRA sink (authored by junbuml, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41463?vs=139443&id=139501#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41463

Files:
  llvm/trunk/include/llvm/CodeGen/Passes.h
  llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/lib/CodeGen/CodeGen.cpp
  llvm/trunk/lib/CodeGen/MachineSink.cpp
  llvm/trunk/lib/CodeGen/TargetInstrInfo.cpp
  llvm/trunk/lib/CodeGen/TargetPassConfig.cpp
  llvm/trunk/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  llvm/trunk/test/CodeGen/AArch64/post-ra-machine-sink.mir
  llvm/trunk/test/CodeGen/AArch64/sink-copy-for-shrink-wrap.ll
  llvm/trunk/test/CodeGen/Hexagon/noreturn-noepilog.ll
  llvm/trunk/test/CodeGen/Hexagon/swp-phi-ref.ll
  llvm/trunk/test/CodeGen/Thumb2/ifcvt-no-branch-predictor.ll
  llvm/trunk/test/CodeGen/X86/branchfolding-debugloc.ll
  llvm/trunk/test/CodeGen/X86/i128-mul.ll
  llvm/trunk/test/CodeGen/X86/machine-cp.ll
  llvm/trunk/test/CodeGen/X86/scalar_widen_div.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-transfer-order.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41463.139501.patch
Type: text/x-patch
Size: 34181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180322/dbe680cd/attachment.bin>


More information about the llvm-commits mailing list