[all-commits] [llvm/llvm-project] 339aa7: [OpenMP][NFC] Add option to print module after Ope...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Aug 17 09:46:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 339aa765265e88f0737bc45f75a53b812604dddb
https://github.com/llvm/llvm-project/commit/339aa765265e88f0737bc45f75a53b812604dddb
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMP][NFC] Add option to print module after OpenMPOpt for debugging
This patch adds an extra option to print the module after running one of
the OpenMPOpt passes if debugging is enabled. This makes it much easier
to inspect the effects of this pass when doing debugging.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D108146
More information about the All-commits
mailing list