"mlir/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "8e3075c2b07e59aca38cf2e105e6122d6818183b"
Split MachineLICM into EarlyMachineLICM and MachineLICM; NFC
This avoids playing games with pseudo pass IDs and avoids using an unreliable MRI::isSSA() check to determine whether register allocation has happened. Note that this renames: - MachineLICMID -> EarlyMachineLICM - PostRAMachineLICMID -> MachineLICMID to be consistent with the EarlyTailDuplicate/TailDuplicate naming. llvm-svn: 322927
Loading
Please register or sign in to comment