Separated from D10920
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please update at least one user of the API and write a test case that shows the difference in behaviour.
include/llvm/Analysis/Loads.h | ||
---|---|---|
29 ↗ | (On Diff #45001) | Comment needs updated. |
Comment Actions
Context sensitive queries support is required to replace isDereferenceableAndAlignedPointer in isSafeToExecuteSpecualtively (D16232). There is one more change required to do this because isSafeToExecuteSpecualtively can have no context and pass null as ScanFrom (D16231). Does it make sense to combine them into one patch?
Comment Actions
LGTM w/minor comment addressed.
(p.s. For those following, Artur pointed out to me that the use was in the original review I asked to be split into several parts. Given that, I'm withdrawing my request for an example use.)
include/llvm/Analysis/Loads.h | ||
---|---|---|
29 ↗ | (On Diff #45001) | Comment still needs updated. |