[all-commits] [llvm/llvm-project] 663218: [OpenMP][NFC] Add an option to print the module be...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Mar 1 14:09:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6632180745a2679cfd4631a607759ccc519e5da5
https://github.com/llvm/llvm-project/commit/6632180745a2679cfd4631a607759ccc519e5da5
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMP][NFC] Add an option to print the module before in OpenMPOpt
Previously there was a debug flag to print the module after
optimizations. Sometimes we wanted to print the module before
optimizations so this is being split into two flags.
`-openmp-opt-print-module` is now `-openmp-opt-print-module-after`.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D120768
More information about the All-commits
mailing list