Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of...
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of duplicating the logic for globals. Make llvm::ComputeMaskedBits handle GlobalVariables slightly more aggressively, to match what InferPtrAlignment knew how to do. llvm-svn: 145304
Loading
Please register or sign in to comment