[PATCH] Add control dependence computation that computes control dependence equivalence classes.Unlike other implementations commonly found, this does not require either a post-dominatortree or post-dominance frontiers.It computes the relationship in...

Daniel Berlin dberlin at dberlin.org
Mon Mar 23 15:46:34 PDT 2015


- Sigh, here are the tests

Updating D8568: Add control dependence computation that computes control dependence equivalence classes.
========================================================================================================

Unlike other implementations commonly found, this does not require either a post-dominator
tree or post-dominance frontiers.
It computes the relationship in...


http://reviews.llvm.org/D8568

Files:
  include/llvm/Analysis/ControlDependence.h
  include/llvm/Analysis/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  lib/Analysis/Analysis.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/ControlDependence.cpp
  test/Analysis/ControlDependence/testdiamond.ll
  test/Analysis/ControlDependence/testembeddeddiamond.ll
  test/Analysis/ControlDependence/testifinloop.ll
  test/Analysis/ControlDependence/testloop.ll
  test/Analysis/ControlDependence/testnomergebranch.ll
  test/Analysis/ControlDependence/teststraightline.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8568.22526.patch
Type: text/x-patch
Size: 31565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150323/cb7e1175/attachment.bin>


More information about the llvm-commits mailing list