Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks OK
lib/Analysis/ConstantFolding.cpp | ||
---|---|---|
488 ↗ | (On Diff #45564) | Presumably this could be getElementType (since SrcPtrTy is already a PointerType) - but in either case this is a stop-gap and will eventually be removed/migrated? |
include/llvm/Analysis/ConstantFolding.h | ||
---|---|---|
98 ↗ | (On Diff #45564) | It's not clear which type Ty refers to. |
lib/Analysis/ConstantFolding.cpp | ||
---|---|---|
488 ↗ | (On Diff #45564) | I've been using getPointerElementType everywhere so it matches my local setup where PointerType::getPointerElementType is the only method used everywhere (the one on Value is gone and PointerType::getElementType is deprecated). |