[all-commits] [llvm/llvm-project] 073aeb: [Utils] Improved chunk-print-before-all.py script

Dmitry Bakunevich via All-commits all-commits at lists.llvm.org
Tue Nov 22 10:12:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 073aebc431d55d895f84d84f61cd6a1a358a4d2f
      https://github.com/llvm/llvm-project/commit/073aebc431d55d895f84d84f61cd6a1a358a4d2f
  Author: dbakunevich <dbakunevich at azul.com>
  Date:   2022-11-23 (Wed, 23 Nov 2022)

  Changed paths:
    M llvm/utils/chunk-print-before-all.py

  Log Message:
  -----------
  [Utils] Improved chunk-print-before-all.py script

As part of this patch, the ability to work with dump files
containing ir after passes received using the -print-after-all
option was added to script chunk-print-before-all.py.
The names of the output files have also been changed.
	Before: chunk-NUM.ll
	Now: NUM-STAGE-PASS_NAME.ll
NUM - sequence number of the pass operation.
STAGE - stage of the pass operation (for example: before, after, dump).
PASS_NAME - the name of the pass.




More information about the All-commits mailing list