Files
clang-p2996/llvm/lib/Transforms/Scalar/JumpThreading.cpp
Benjamin Kramer da3623de24 [JT] Always create BPI/BFI when running in legacy PM
This is wasteful, but only affects the legacy pass manager. Otherwise
a1b78fb929 would crash JT when running
with that PM. There are still a few users of the legacy PM out there
that are reluctant to migrate, numba in this case.

No test as we don't test legacy PM anymore.
2023-02-17 10:13:20 +01:00

125 KiB