[PATCH] D33303: AsmPrinter: mark the beginning and the end of a function in verbose mode

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 18:06:28 PDT 2017


thegameg updated this revision to Diff 99380.
thegameg marked an inline comment as done.
thegameg added a comment.

- Rename "Begin" / "End" to "Begin / End function".
- Remove the function name from the end marker.
- Fix the tests instead of adding `-asm-verbose=false`.
- Make `abtest.py` look for ` -- Begin function func_name` and ` -- End function` without caring about the comment symbol.


https://reviews.llvm.org/D33303

Files:
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  test/CodeGen/AArch64/asm-print-comments.ll
  test/CodeGen/ARM/fastisel-thumb-litpool.ll
  test/CodeGen/X86/fast-isel-select-cmp.ll
  test/CodeGen/X86/x87.ll
  test/CodeGen/XCore/epilogue_prologue.ll
  utils/abtest.py
  utils/abtest/abtest.py
  utils/abtest/mark_aarch64fns.py
  utils/abtest/mark_armfns.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33303.99380.patch
Type: text/x-patch
Size: 14166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/79f07d6a/attachment.bin>


More information about the llvm-commits mailing list