[PATCH] D74164: [AIX][XCOFF] Support Mergeable2ByteCString and Mergeable4ByteCString

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 08:52:07 PST 2020


daltenty added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll:71
+; CHECKOBJ-NEXT:       10: 01 08 01 10    {{.*}}
+; CHECKOBJ-NEXT:       14: 00 d5 00 00    {{.*}}{{[[:space:]] *}}
+; CHECKOBJ-NEXT: 00000018 .rodata.str4.4:
----------------
These `{{.*}}`, etc. are redundant. The check-next directives don't require you to consume the whole line of output. Same for all the lines bellow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74164





More information about the llvm-commits mailing list