Diff Detail
Diff Detail
Event Timeline
llvm/lib/IR/IRBuilder.cpp | ||
---|---|---|
475–484 | I'd suggest to return Value* from CreateNoAliasPointer() and to cleanup this to if (Ret->getType() == Ptr->getType()) return Ret; return CreateBitCast(Ret, Ptr->getType()); |
Comment Actions
For review convenience, all changes related to the original local restrict patches have now been incorporated in the full restrict patch series.
I'd suggest to return Value* from CreateNoAliasPointer() and to cleanup this to