[llvm-commits] [llvm] r82689 - in /llvm/trunk: lib/Transforms/IPO/IPConstantPropagation.cpp lib/Transforms/Scalar/SCCP.cpp test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll

Duncan Sands baldrick at free.fr
Thu Sep 24 08:44:48 PDT 2009


Hi Edwin,

> Don't constant propagate byval pointers, since they are not really pointers, but
> rather structs passed by value.

isn't this transform ok if the function is readonly?

Ciao,

Duncan.



More information about the llvm-commits mailing list