[clang] [compiler-rt] [clang][UBSan] Add implicit conversion check for bitfields (PR #75481)
Vitaly Buka via llvm-commits
llvm-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 llvm-commits
mailing list