[PATCH] D38566: [SimplifyCFG] don't sink common insts too soon (PR34603)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 14:06:11 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL320749: [SimplifyCFG] don't sink common insts too soon (PR34603) (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D38566?vs=126999&id=127022#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D38566

Files:
  llvm/trunk/include/llvm/Transforms/Scalar.h
  llvm/trunk/include/llvm/Transforms/Scalar/SimplifyCFG.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/test/DebugInfo/Generic/simplifycfg_sink_last_inst.ll
  llvm/trunk/test/Other/new-pm-defaults.ll
  llvm/trunk/test/Other/new-pm-thinlto-defaults.ll
  llvm/trunk/test/Transforms/PhaseOrdering/simplifycfg-options.ll
  llvm/trunk/test/Transforms/SimplifyCFG/no-md-sink.ll
  llvm/trunk/test/Transforms/SimplifyCFG/sink-common-code.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38566.127022.patch
Type: text/x-patch
Size: 13997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171214/e7cea308/attachment.bin>


More information about the llvm-commits mailing list