[clang] [compiler-rt] [clang][UBSan] Add implicit conversion check for bitfields (PR #75481)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 12 17:37:56 PDT 2024


================
@@ -1094,6 +1114,27 @@ void ScalarExprEmitter::EmitIntegerTruncationCheck(Value *Src, QualType SrcType,
                 {Src, Dst});
 }
 
+static llvm::Value *EmitIsNegativeTestHelper(Value *V, QualType VType,
----------------
vitalybuka wrote:

I still see it here, does it needs rebase, or that patch needs to be landed?

https://github.com/llvm/llvm-project/pull/75481


More information about the cfe-commits mailing list