diff options
author | cynecx <me@cynecx.net> | 2021-05-31 09:00:35 +0100 |
---|---|---|
committer | Amanieu d'Antras <amanieu@gmail.com> | 2021-05-31 09:01:46 +0100 |
commit | 22f635b1b31a6bee1b0b8df58d5c8207c835b216 (patch) | |
tree | 0a4ec3fca36a9ff2260a197849865828816eb135 /llvm/lib/CodeGen | |
parent | 7d7b72bad7ff1fc22c79d535826de43452f3379d (diff) | |
download | llvm-22f635b1b31a6bee1b0b8df58d5c8207c835b216.zip llvm-22f635b1b31a6bee1b0b8df58d5c8207c835b216.tar.gz llvm-22f635b1b31a6bee1b0b8df58d5c8207c835b216.tar.bz2 |
[LangRef] update according to unwinding support in inline asm
https://reviews.llvm.org/D95745 introduced a new `unwind` keyword for inline assembler expressions. Inline asms marked with the `unwind` keyword allows stack unwinding from inline assembly because the compiler emits unwinding information ("around" the inline asm) as it would for calls/invokes. Unwinding the stack from within non-unwind inline asm may cause UB.
Reviewed By: Amanieu
Differential Revision: https://reviews.llvm.org/D102642
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions