================
@@ -34,6 +34,10 @@ class IntBitUtilTemplate : Template<
      "unsigned long int", "unsigned long long int"],
     ["_uc", "_us", "_ui", "_ul", "_ull"]>;
 
+class MemReverse8Template : Template<
+    ["unsigned char", "unsigned short", "uint32_t", "uint64_t"],
----------------
AaronBallman wrote:

That's because we haven't added support for them yet, but I think we should if 
we intend to use them: 

https://github.com/llvm/llvm-project/blob/1e1a1ff8a6c6d9bc7f0044c79c6cfe0819246e00/clang/utils/TableGen/ClangBuiltinsEmitter.cpp#L241
https://github.com/llvm/llvm-project/blob/1e1a1ff8a6c6d9bc7f0044c79c6cfe0819246e00/clang/include/clang/Basic/Builtins.def#L53

WDYT @efriedma-quic ?

https://github.com/llvm/llvm-project/pull/197358
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to