[PATCH] D17588: Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 17:54:04 PST 2016


probinson created this revision.
probinson added reviewers: jyknight, dexonsmith.
probinson added a subscriber: llvm-commits.
Herald added a subscriber: jyknight.

FileCheck doesn't actually support combo suffixes; in D17587 I made it complain, and these are the test that failed.

http://reviews.llvm.org/D17588

Files:
  test/CodeGen/AArch64/fdiv-combine.ll
  test/CodeGen/AArch64/remat.ll
  test/CodeGen/Hexagon/rdf-copy.ll
  test/CodeGen/Hexagon/tls_pic.ll
  test/CodeGen/PowerPC/fdiv-combine.ll
  test/CodeGen/SPARC/2011-01-11-CC.ll
  test/CodeGen/Thumb/ldm-merge-struct.ll
  test/Transforms/GVN/pre-gep-load.ll
  test/Transforms/LoopVectorize/PowerPC/large-loop-rdx.ll
  test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll
  test/Transforms/SLPVectorizer/X86/ordering.ll
  test/tools/dsymutil/absolute_symbol.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17588.48998.patch
Type: text/x-patch
Size: 7658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/26752913/attachment.bin>


More information about the llvm-commits mailing list