"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "0e9b5760f2c6ce6f41600b90b89a960de41de960"
[Passes] Run GlobalsAA before LICM during LTO in new PM.
This patch adjusts the LTO pipeline in the new PM to run GlobalsAA before LICM to match the legacy PM. This fixes a regression where the new PM failed to vectorize loops that require hoisting/sinking by LICM depending on GlobalsAA info. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D102345
Loading
Please register or sign in to comment