[clang] [clang][Interp] Implement builtin_expect (PR #69713)

via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 20:48:05 PST 2023


================
@@ -34,6 +34,19 @@ PrimType getIntPrimType(const InterpState &S) {
   llvm_unreachable("Int isn't 16 or 32 bit?");
 }
 
+PrimType getLongPrimType(const InterpState &S) {
----------------
cor3ntin wrote:

I don't suppose we can merge with getIntPrimType ?

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


More information about the cfe-commits mailing list