Add WasmEHFuncInfo and routines to calculate and fill in this struct to
keep track of unwind destination information. This will be used in
other EH related passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | ||
---|---|---|
313 ↗ | (On Diff #151634) | Could make this an 'else if' just to make it really clear that only one of these will happen. |