"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5aad0d7ea2a5feeab15847744b3d5350876f78fb"
We do want to allow LoadPRE to perform LICM-like transformations: we already...
We do want to allow LoadPRE to perform LICM-like transformations: we already consider PHI nodes to be negligible for code size (making this transform code size neutral), and it allows us to hoist values out of loops, which is always a good thing. llvm-svn: 115205
Loading
Please register or sign in to comment