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