[PATCH] D75403: [AMDGPU] add generated checks for some LIT tests

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 1 01:14:28 PST 2020


sameerds updated this revision to Diff 247492.
sameerds added a comment.

fixed: do not automatically generate the opt checks in one test, since
the checks involve a special use of -NOT which cannot be expressed
reliably with the generated checks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75403

Files:
  llvm/test/CodeGen/AMDGPU/divergent-branch-uniform-condition.ll
  llvm/test/CodeGen/AMDGPU/infinite-loop.ll
  llvm/test/CodeGen/AMDGPU/loop_break.ll
  llvm/test/CodeGen/AMDGPU/nested-loop-conditions.ll
  llvm/test/CodeGen/AMDGPU/si-annotate-cf.ll
  llvm/test/CodeGen/AMDGPU/switch-unreachable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75403.247492.patch
Type: text/x-patch
Size: 79619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200301/8ac63394/attachment.bin>


More information about the llvm-commits mailing list