"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "3623163ae83799933bbeabe2cb3060537250c4b3"
Allow Post-RA LICM to hoist reserved register reads.
When using register masks, registers like %rip are clobbered by the register mask. LICM should still be able to hoist instructions reading %rip from a loop containing calls. llvm-svn: 150288
Loading
Please register or sign in to comment