[clang] [llvm] [CFI] Extract DropTypeTestsPass from LowerTypeTestsPass (PR #192578)
Peter Collingbourne via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 16 18:47:59 PDT 2026
================
@@ -193,33 +193,32 @@ struct ByteArrayBuilder {
LLVM_ABI bool isJumpTableCanonical(Function *F);
-/// Specifies how to drop type tests.
-enum class DropTestKind {
----------------
pcc wrote:
I would probably keep this (except for `None`) to avoid passing mysterious bools around.
https://github.com/llvm/llvm-project/pull/192578
More information about the cfe-commits
mailing list