[all-commits] [llvm/llvm-project] 0d8dfb: [WebAssembly] Update InstPrinter support for EH
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Sat Jan 9 02:47:30 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d8dfbb42a7d5e152bb98e50f170317ba60c47ef
https://github.com/llvm/llvm-project/commit/0d8dfbb42a7d5e152bb98e50f170317ba60c47ef
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h
M llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
M llvm/test/MC/WebAssembly/annotations.s
Log Message:
-----------
[WebAssembly] Update InstPrinter support for EH
- Updates InstPrinter to handle `catch_all`.
- Makes `rethrow` condition an early exit from the function to make the
rest simpler.
- Unify label and catch counters. They don't need to be counted
separately and this will help `delegate` instruction later.
- Removes `LastSeenEHInst` field. This was first introduced to handle
when there are more than one `catch` blocks per `try`, but this was
not implemented correctly and not being used at the moment anyway.
- Reenables all tests in cfg-stackify-eh.ll that don't deal with unwind
destination mismatches, which will be handled in a later CL.
Reviewed By: dschuff, tlively, aardappel
Differential Revision: https://reviews.llvm.org/D94043
More information about the All-commits
mailing list