Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load...
Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load has no other uses, shrinking the load. llvm-svn: 120323
Loading
Please register or sign in to comment