Similarly to D65731 Attributor::checkForAllReadWriteInstructions is introduced.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
One small request, otherwise LGTM.
| llvm/include/llvm/Transforms/IPO/Attributor.h | ||
|---|---|---|
| 300 ↗ | (On Diff #213700) | bool(Instruction &) |
| llvm/lib/Transforms/IPO/Attributor.cpp | ||
| 944 ↗ | (On Diff #213700) | It's much nice now that the concrete AAs don't need to deal with liveness and the infocache etc. but still get the benefits. |