If a function always returns a constant, replace all calls sites with that
constant value. This makes the return value dead and allows for simplification in the caller. This implements IPConstantProp/return-constant.ll This triggers several dozen times throughout SPEC. llvm-svn: 17730
Loading
Please register or sign in to comment