[PATCH] D40333: Separate LoopTraversal and BreakFalseDeps out of ExecutionDomainFix into their own files

Marina Yatsina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 02:08:24 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323095: Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own… (authored by myatsina, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D40333?vs=126843&id=130851#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40333

Files:
  llvm/trunk/include/llvm/CodeGen/ExecutionDomainFix.h
  llvm/trunk/include/llvm/CodeGen/LoopTraversal.h
  llvm/trunk/include/llvm/CodeGen/Passes.h
  llvm/trunk/include/llvm/CodeGen/ReachingDefAnalysis.h
  llvm/trunk/lib/CodeGen/BreakFalseDeps.cpp
  llvm/trunk/lib/CodeGen/CMakeLists.txt
  llvm/trunk/lib/CodeGen/ExecutionDomainFix.cpp
  llvm/trunk/lib/CodeGen/LoopTraversal.cpp
  llvm/trunk/lib/CodeGen/ReachingDefAnalysis.cpp
  llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/trunk/lib/Target/X86/X86TargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40333.130851.patch
Type: text/x-patch
Size: 59669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/9926bd9a/attachment.bin>


More information about the llvm-commits mailing list