replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...
replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the GEP offset is known to be constant. With this change, we avoid relying on the IR Builder to constant fold the operations. No functionality change intended. llvm-svn: 158829
Loading
Please register or sign in to comment