Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | ||
|---|---|---|
| 2403 | Maybe it would be more robust to RAUW all uses instead? | |
Comment Actions
LGTM
| llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | ||
|---|---|---|
| 2403 | Add if (!InsertPtr) return false; here, there are some rare edge cases where there is no insertion point. | |
Maybe it would be more robust to RAUW all uses instead?