[llvm] Invalidate analyses after running Attributor in OpenMPOpt (PR #74908)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 14:26:12 PST 2023


jdoerfert wrote:

> @jdoerfert Currently it only works when we use the new pass manager. Can we (or should we) support legacy passes too?

Does openmp-opt still expose the legacy PM version?
We should be able to delete that.

https://github.com/llvm/llvm-project/pull/74908


More information about the llvm-commits mailing list