[all-commits] [llvm/llvm-project] a48ee9: [WebAssembly] Remove dominator dependency in WasmE...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Mon Jul 26 14:45:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a48ee9f25581d0d6cbf2b1205777e7d53023797f
      https://github.com/llvm/llvm-project/commit/a48ee9f25581d0d6cbf2b1205777e7d53023797f
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M llvm/lib/CodeGen/WasmEHPrepare.cpp

  Log Message:
  -----------
  [WebAssembly] Remove dominator dependency in WasmEHPrepare (NFC)

Dominator trees were previously used for an optimization related to
`wasm.lsda` but the optimization was removed in D97309. Currently
dominators are not doing anything in this pass. Also removes some
`include` lines without which it compiles.

Reviewed By: tlively

Differential Revision: https://reviews.llvm.org/D106811




More information about the All-commits mailing list