[all-commits] [llvm/llvm-project] e962fa: [OpenMPOpt][FIX] Internalization is an IR change too
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Jun 29 18:07:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e962fa771246262043d057b1f16f262cd7b74c59
https://github.com/llvm/llvm-project/commit/e962fa771246262043d057b1f16f262cd7b74c59
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMPOpt][FIX] Internalization is an IR change too
The bots reported that we changed the IR w/o reporting it. The reason
was that internalization was not reported as changed. Forwarding the
result solves the problem.
Test coverage via
llvm/test/Transforms/Attributor/reduced/openmp_opt_constant_type_crash.ll
More information about the All-commits
mailing list