Following comment of @fhahn on https://reviews.llvm.org/D99490#inline-935642, used reference variables instead of pointer one
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | ||
---|---|---|
851 | nit: no llvm:: prefix should be needed. (e.g. we are also not using llvm::Instruction) | |
llvm/lib/Transforms/Utils/LoopUtils.cpp | ||
1708–1709 | Not sure if the comment should be there. It should be in the header (which is what doxygen uses) and duplicating it here means it will probably diverge in the future, which is even more confusing. |
nit: no llvm:: prefix should be needed. (e.g. we are also not using llvm::Instruction)