[all-commits] [llvm/llvm-project] a1f4ac: [SEH] Ignore EH pad check for internal intrinsics ...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Thu Apr 4 06:12:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1f4ac7704255627ac33ad67a22be5ac030f6179
https://github.com/llvm/llvm-project/commit/a1f4ac7704255627ac33ad67a22be5ac030f6179
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/lib/IR/Verifier.cpp
A llvm/test/Verifier/pr69428.ll
Log Message:
-----------
[SEH] Ignore EH pad check for internal intrinsics (#79694)
Intrinsics like @llvm.seh.scope.begin and @llvm.seh.scope.end which do
not throw do not need funclets in catchpads or cleanuppads.
Fixes #69428
Co-authored-by: Robert Cox <robert.cox at intel.com>
---------
Co-authored-by: Robert Cox <robert.cox at intel.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list