[PATCH] D110282: [PowerPC] SemaChecking for darn family of builtins

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 23 07:25:15 PDT 2021


amyk added inline comments.


================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-darn-32.c:13
+int testdarn_32(void) {
+  return __darn_32();
+}
----------------
lei wrote:
> Isn't this valid for both 32 and 64bit?
> Maybe change one of the run lines above to a 64bit test.
I agree. I thought __darn_32 is both 32-bit and 64-bit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110282/new/

https://reviews.llvm.org/D110282



More information about the cfe-commits mailing list