[PATCH] D29807: FileCheck-ize some tests in test/CodeGen/X86/

Jorge Gorbe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 19:20:00 PST 2017


jgorbe updated this revision to Diff 88078.
jgorbe marked an inline comment as done.
jgorbe added a comment.

Made some changes suggested by chandlerc:

- Removed boilerplate comments added by LLVM: types and number of uses
- Reindented test code to match the output of `opt`
- Added 'entry' labels to basic blocks
- Changed 2006-01-19-ISelFoldingBug.ll to a version generated by `llvm/utils/update_llc_checks.py`
- Removed a couple of unnecessary regular expressions
- Changed some test CHECKs to be more accurate than the existing grep search strings.


https://reviews.llvm.org/D29807

Files:
  test/CodeGen/X86/2003-11-03-GlobalBool.ll
  test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
  test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
  test/CodeGen/X86/2005-01-17-CycleInDAG.ll
  test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
  test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29807.88078.patch
Type: text/x-patch
Size: 5338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170211/4a319bf5/attachment.bin>


More information about the llvm-commits mailing list