rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm w nit



================
Comment at: clang/test/CodeGen/wmemchr.c:7
+const wchar_t *wmemchr_test(const wchar_t *s, const wchar_t c, size_t n) {
+  // CHECK: [[S:%.*]] = load
+  // CHECK: [[C:%.*]] = load
----------------
I'd start these off with `CHECK-LABEL: define i16* @wmemchr_test` as a little 
bit of future proofing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98472

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to