diff options
author | Heejin Ahn <aheejin@gmail.com> | 2020-02-26 18:20:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 18:20:24 -0800 |
commit | f79faeb14e4da75f131c00c26796ae25ee96a7b7 (patch) | |
tree | 5b954daf160f83ae8227520055fb5b32fc1272f3 /third_party/llvm-project/raw_ostream.cpp | |
parent | b17e84b491a309c9f15e7a502f115ece19404b11 (diff) | |
download | binaryen-f79faeb14e4da75f131c00c26796ae25ee96a7b7.tar.gz binaryen-f79faeb14e4da75f131c00c26796ae25ee96a7b7.tar.bz2 binaryen-f79faeb14e4da75f131c00c26796ae25ee96a7b7.zip |
Add EH support for CodeFolding (#2665)
This does two things:
- Treats the target branch of `br_on_exn` as unoptimizables, because it
is a conditional branch.
- Makes sure we don't move expressions that contain `exnref.pop`, which
should follow right after `catch`.
- Adds `containsChild` utility function, which can search all children,
optionally with limited depth. This was actually added to be used in
CodeFolding but ended up not being used, but wasn't removed in case
there will be uses later.
Diffstat (limited to 'third_party/llvm-project/raw_ostream.cpp')
0 files changed, 0 insertions, 0 deletions