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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D104386: [PowerPC][Bui... Qiu Chaofan via Phabricator via cfe-commits

Reply via email to