================
@@ -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"],
----------------
chaitanyav wrote:
@AaronBallman @efriedma-quic am adding support for those bit widths
https://github.com/llvm/llvm-project/pull/197358
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits