[PATCH] D122421: [z/OS] Clean up some z/OS testcases.

Neumann Hon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 12:01:47 PDT 2022


Everybody0523 created this revision.
Everybody0523 added reviewers: Kai, uweigand, jonpa.
Herald added a project: All.
Everybody0523 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch does some cleanup on several z/OS testcases. In particular, CHECK is replaced with CHECK-DAG in many places where the exact ordering of the instructions checked for does not matter. This allows for avoiding test failures in semi-related changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122421

Files:
  llvm/test/CodeGen/SystemZ/call-zos-01.ll
  llvm/test/CodeGen/SystemZ/call-zos-vararg.ll
  llvm/test/CodeGen/SystemZ/call-zos-vec.ll
  llvm/test/CodeGen/SystemZ/zos-prologue-epilog.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122421.417998.patch
Type: text/x-patch
Size: 6512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220324/6fcba4c0/attachment.bin>


More information about the llvm-commits mailing list