Skip to content
  1. Nov 21, 2019
  2. Nov 20, 2019
    • Sean Silva's avatar
      Add multi-level DCE pass. · e4f83c6c
      Sean Silva authored
      This is a simple multi-level DCE pass that operates pretty generically on
      the IR. Its key feature compared to the existing peephole dead op folding
      that happens during canonicalization is being able to delete recursively
      dead cycles of the use-def graph, including block arguments.
      
      PiperOrigin-RevId: 281568202
      e4f83c6c
Loading