Implementation details and internal (to module) APIs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | ||
---|---|---|
729–730 | This comment isn't relevant to this code. There used to be some code here that modified cpySrc/cpyDest. It was removed and the comment was orphaned. I don't think we need CB. Can't we just use C directly, its already a CallInst. |
This comment isn't relevant to this code. There used to be some code here that modified cpySrc/cpyDest. It was removed and the comment was orphaned.
I don't think we need CB. Can't we just use C directly, its already a CallInst.