[OpenMPOpt][FIX] Internalization is an IR change too
authorJohannes Doerfert <johannes@jdoerfert.de>
Fri, 30 Jun 2023 01:02:20 +0000 (18:02 -0700)
committerJohannes Doerfert <johannes@jdoerfert.de>
Fri, 30 Jun 2023 01:03:47 +0000 (18:03 -0700)
commite962fa771246262043d057b1f16f262cd7b74c59
tree79e00623a94fd5c11c9b7533debc6ccc64f7cf36
parent05fb769b72834c62de3ac2d282e4949e77996c60
[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
llvm/lib/Transforms/IPO/OpenMPOpt.cpp