[PATCH] D77124: Handle CET for -exception-model sjlj
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 01:36:07 PDT 2020
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/indirect-branch-tracking-eh.ll:80
lpad:
%0 = landingpad { i8*, i32 }
----------------
Also add a cache pad. Some code as this.
```
catch: ; preds = %lpad
%5 = tail call i8* @__cxa_begin_catch(i8* %2) #6
%6 = bitcast i8* %5 to i32*
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77124/new/
https://reviews.llvm.org/D77124
More information about the llvm-commits
mailing list