Files
clang-p2996/flang/lib/Optimizer/Transforms/PolymorphicOpConversion.cpp
Tom Eccles d1b3648ed9 [flang] always run PolymorphicOpConversion sequentially (#90721)
It was pointed out in post commit review of
https://github.com/llvm/llvm-project/pull/90597 that the pass should
never have been run in parallel over all functions (and now other top
level operations) in the first place. The mutex used in the pass was
ineffective at preventing races since each instance of the pass would
have a different mutex.
2024-05-01 19:04:51 +01:00

21 KiB