[clang] [clang][CodeGen][UBSan] Fixing shift-exponent generation for _BitInt (PR #80515)

Adam Magier via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 15:13:18 PST 2024


================
@@ -0,0 +1,36 @@
+// RUN: %clang_cc1 %s -O0 -fsanitize=shift-exponent -emit-llvm -o - | FileCheck %s
----------------
AdamMagierFOSS wrote:

Sounds good, thank you for the recommendation!

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


More information about the cfe-commits mailing list