[clang] Mechanically port bulk of x86 builtins to TableGen (PR #120831)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 4 02:18:21 PST 2025


================
@@ -108,9 +109,15 @@ class PrototypeParser {
     } else if (T.consume_back("&")) {
       ParseType(T);
       Type += "&";
+    } else if (T.consume_front("long long")) {
----------------
phoebewang wrote:

How did you get this diff? I think it's useful for us to verify the correctness.

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


More information about the cfe-commits mailing list