DecomPy
  • Installation
  • decompy
  • Design Decisions
  • Decompiler Information
  • LLVM Transformations
    • Dead Code Elimination
    • Equivalency Classes
    • SingleLineReplacement
    • LLVM Summaries
    • Merge Constants
    • llc
    • OpenMP
    • Opt
      • References
      • Looking at opt Passes
      • List of Optimizations
      • Optimization Order
      • Using Python to Track Dependencies
    • What Are LLVM Modules
  • Pattern Matching and Normalization
DecomPy
  • Docs »
  • LLVM Transformations »
  • Opt
  • View page source

OptΒΆ

  • References
  • Looking at opt Passes
    • -simplifycfg
    • -sroa
    • -instcombine
  • List of Optimizations
    • Transform Passes
    • Passes We Will Use:
    • Passes We Will Not Use:
    • Unknown Passes:
  • Optimization Order
  • Using Python to Track Dependencies
Next Previous

© Copyright 2018, Joshua Goralczyk, Salman Ahmed, Vatricia Edgar, YiZhuang Garrard, Zachary Monroe

Built with Sphinx using a theme provided by Read the Docs.