Use Value::getPointerDereferenceableBytes() instead of hardcoding dereferenceable only for allocas. Allows us to infer inbounds GEPs for other Values like CallInsts and Arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo