[all-commits] [llvm/llvm-project] 181c4b: [CFG] Handle calls with funclet bundle
Choongwoo Han via All-commits
all-commits at lists.llvm.org
Fri Dec 3 10:51:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 181c4ba467c4affbea89b4b2ea8a712da3e54900
https://github.com/llvm/llvm-project/commit/181c4ba467c4affbea89b4b2ea8a712da3e54900
Author: Choongwoo Han <choongwoo.han at microsoft.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M llvm/lib/Transforms/CFGuard/CFGuard.cpp
M llvm/test/CodeGen/X86/cfguard-checks.ll
Log Message:
-----------
[CFG] Handle calls with funclet bundle
When Control Flow Guard Check is inserted, funclet bundle was not checked. Therefore, it didn't generate code correctly when a target function has "funclet" bundle.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D114914
More information about the All-commits
mailing list