[PATCH] D104386: [PowerPC][Builtins] Added a number of builtins for compatibility with XL.

Qiu Chaofan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 16 23:55:49 PDT 2021


qiucf added inline comments.


================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-rotate.c:56
+unsigned int testrotatel4(unsigned int rs, unsigned int shift) {
+  return __rotatel4(rs, shift);
+}
----------------
For these tests against builtin mapping to an intrinsic, could we only keep the `call` line to make it simpler? (as D103986 does)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104386



More information about the cfe-commits mailing list